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