Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.cpp815 WARN_UNUSED_RESULT int modifyTetheredNetwork(uint16_t action, const char* inputInterface, in modifyTetheredNetwork() function
1066 return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); in enableTethering()
1070 return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); in disableTethering()