Home
last modified time | relevance | path

Searched refs:getRouteTableForInterfaceLocked (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DRouteController.h216 static uint32_t getRouteTableForInterfaceLocked(const char* interface, bool local)
DRouteController.cpp146 uint32_t RouteController::getRouteTableForInterfaceLocked(const char* interface, bool local) { in getRouteTableForInterfaceLocked() function in android::net::RouteController
198 return getRouteTableForInterfaceLocked(interface, local); in getRouteTableForInterface()
1248 uint32_t table = getRouteTableForInterfaceLocked(interface, local); in flushRoutes()