Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.cpp170 uint32_t RouteController::getRouteTableForInterface(const char* interface) { in getRouteTableForInterface() function in android::net::RouteController
609 uint32_t table = getRouteTableForInterface(physicalInterface); in modifyVpnFallthroughRule()
673 uint32_t table = getRouteTableForInterface(interface); in configureDummyNetwork()
724 uint32_t table = getRouteTableForInterface(interface); in modifyPhysicalNetwork()
788 uint32_t table = getRouteTableForInterface(interface); in modifyVirtualNetwork()
825 uint32_t table = getRouteTableForInterface(interface); in modifyDefaultNetwork()
846 uint32_t table = getRouteTableForInterface(outputInterface); in modifyTetheredNetwork()
863 table = getRouteTableForInterface(interface); in modifyRoute()
DRouteController.h125 … static uint32_t getRouteTableForInterface(const char *interface) EXCLUDES(sInterfaceToTableLock);