Searched refs:inputInterface (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | RouteController.h | 151 [[nodiscard]] static int enableTethering(const char* inputInterface, 153 [[nodiscard]] static int disableTethering(const char* inputInterface, 199 static int modifyTetheredNetwork(uint16_t action, const char* inputInterface,
|
D | RouteController.cpp | 1014 int RouteController::modifyTetheredNetwork(uint16_t action, const char* inputInterface, in modifyTetheredNetwork() argument 1022 inputInterface, OIF_NONE, INVALID_UID, INVALID_UID); in modifyTetheredNetwork() 1092 [[nodiscard]] static int clearTetheringRules(const char* inputInterface) { in clearTetheringRules() argument 1096 inputInterface, OIF_NONE, INVALID_UID, INVALID_UID); in clearTetheringRules() 1304 int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { in enableTethering() argument 1305 return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); in enableTethering() 1308 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() argument 1309 return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); in disableTethering()
|