Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h101 const char* outputInterface) WARN_UNUSED_RESULT;
103 const char* outputInterface) WARN_UNUSED_RESULT;
132 const char* outputInterface);
DRouteController.cpp845 const char* outputInterface) { in modifyTetheredNetwork() argument
846 uint32_t table = getRouteTableForInterface(outputInterface); in modifyTetheredNetwork()
1074 int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { in enableTethering() argument
1075 return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); in enableTethering()
1078 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() argument
1079 return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); in disableTethering()