Searched refs:disableTethering (Results 1 – 3 of 3) sorted by relevance
78 static int disableTethering(const char* inputInterface,
1069 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() function in RouteController
547 ret = RouteController::disableTethering(argv[2], argv[3]); in runCommand()