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