Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h82 const char* outputInterface) WARN_UNUSED_RESULT;
84 const char* outputInterface) WARN_UNUSED_RESULT;
DRouteController.cpp849 const char* outputInterface) { in modifyTetheredNetwork() argument
850 uint32_t table = getRouteTableForInterface(outputInterface); in modifyTetheredNetwork()
1106 int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { in enableTethering() argument
1107 return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); in enableTethering()
1110 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() argument
1111 return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); in disableTethering()