Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h199 static int modifyTetheredNetwork(uint16_t action, const char* inputInterface,
DRouteController.cpp1014 int RouteController::modifyTetheredNetwork(uint16_t action, const char* inputInterface, in modifyTetheredNetwork() function in android::net::RouteController
1305 return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); in enableTethering()
1309 return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); in disableTethering()