Searched refs:modifyTetheredNetwork (Results 1 – 2 of 2) sorted by relevance
199 static int modifyTetheredNetwork(uint16_t action, const char* inputInterface,
1014 int RouteController::modifyTetheredNetwork(uint16_t action, const char* inputInterface, in modifyTetheredNetwork() function in android::net::RouteController1305 return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); in enableTethering()1309 return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); in disableTethering()