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

/system/netd/server/
H A DRouteController.cpp169 uint32_t RouteController::getRouteTableForInterface(const char* interface) { function in class:android::net::RouteController
602 uint32_t table = getRouteTableForInterface(physicalInterface);
669 uint32_t table = getRouteTableForInterface(interface);
671 // getRouteTableForInterface has already looged an error.
720 uint32_t table = getRouteTableForInterface(interface);
785 uint32_t table = getRouteTableForInterface(interface);
823 uint32_t table = getRouteTableForInterface(interface);
844 uint32_t table = getRouteTableForInterface(outputInterface);
861 table = getRouteTableForInterface(interface);
H A DRouteController.h122 static uint32_t getRouteTableForInterface(const char *interface);

Completed in 182 milliseconds