Searched refs:modifyTetheredNetwork (Results 1 – 2 of 2) sorted by relevance
131 static int modifyTetheredNetwork(uint16_t action, const char* inputInterface,
843 WARN_UNUSED_RESULT int RouteController::modifyTetheredNetwork(uint16_t action, in modifyTetheredNetwork() function in android::net::RouteController1075 return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); in enableTethering()1079 return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); in disableTethering()