Searched refs:inputInterface (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | RouteController.h | 100 static int enableTethering(const char* inputInterface, 102 static int disableTethering(const char* inputInterface, 131 static int modifyTetheredNetwork(uint16_t action, const char* inputInterface,
|
D | RouteController.cpp | 844 const char* inputInterface, in modifyTetheredNetwork() argument 852 inputInterface, OIF_NONE, INVALID_UID, INVALID_UID); in modifyTetheredNetwork() 892 WARN_UNUSED_RESULT int clearTetheringRules(const char* inputInterface) { in clearTetheringRules() argument 896 inputInterface, OIF_NONE, INVALID_UID, INVALID_UID); in clearTetheringRules() 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()
|