Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.cpp182 uint32_t RouteController::getRouteTableForInterface(const char* interface) { in getRouteTableForInterface() function in android::net::RouteController
625 uint32_t table = getRouteTableForInterface(physicalInterface); in modifyVpnFallthroughRule()
690 uint32_t table = getRouteTableForInterface(interface); in configureDummyNetwork()
797 uint32_t table = getRouteTableForInterface(interface); in modifyPhysicalNetwork()
955 uint32_t table = getRouteTableForInterface(interface); in modifyVirtualNetwork()
996 uint32_t table = getRouteTableForInterface(interface); in modifyDefaultNetwork()
1016 uint32_t table = getRouteTableForInterface(outputInterface); in modifyTetheredNetwork()
1033 table = getRouteTableForInterface(interface); in modifyRoute()
DRouteController.h190 … static uint32_t getRouteTableForInterface(const char *interface) EXCLUDES(sInterfaceToTableLock);