Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h123 static uint32_t getRouteTableForInterfaceLocked(const char *interface)
DRouteController.cpp141 uint32_t RouteController::getRouteTableForInterfaceLocked(const char* interface) { in getRouteTableForInterfaceLocked() function in android::net::RouteController
172 return getRouteTableForInterfaceLocked(interface); in getRouteTableForInterface()
934 uint32_t table = getRouteTableForInterfaceLocked(interface); in flushRoutes()