Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h81 static int enableTethering(const char* inputInterface,
83 static int disableTethering(const char* inputInterface,
DRouteController.cpp848 WARN_UNUSED_RESULT int modifyTetheredNetwork(uint16_t action, const char* inputInterface, in modifyTetheredNetwork() argument
856 inputInterface, OIF_NONE, INVALID_UID, INVALID_UID); in modifyTetheredNetwork()
963 WARN_UNUSED_RESULT int clearTetheringRules(const char* inputInterface) { in clearTetheringRules() argument
967 inputInterface, OIF_NONE, INVALID_UID, INVALID_UID); in clearTetheringRules()
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()