Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h131 static int modifyTetheredNetwork(uint16_t action, const char* inputInterface,
DRouteController.cpp843 WARN_UNUSED_RESULT int RouteController::modifyTetheredNetwork(uint16_t action, in modifyTetheredNetwork() function in android::net::RouteController
1075 return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); in enableTethering()
1079 return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); in disableTethering()