Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h76 static int enableTethering(const char* inputInterface,
78 static int disableTethering(const char* inputInterface,
DRouteController.cpp815 WARN_UNUSED_RESULT int modifyTetheredNetwork(uint16_t action, const char* inputInterface, in modifyTetheredNetwork() argument
823 inputInterface, OIF_NONE, INVALID_UID, INVALID_UID); in modifyTetheredNetwork()
930 WARN_UNUSED_RESULT int clearTetheringRules(const char* inputInterface) { in clearTetheringRules() argument
934 inputInterface, OIF_NONE, INVALID_UID, INVALID_UID); in clearTetheringRules()
1065 int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { in enableTethering() argument
1066 return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); in enableTethering()
1069 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() argument
1070 return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); in disableTethering()