Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h76 static int enableTethering(const char* inputInterface,
DRouteController.cpp1065 int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { in enableTethering() function in RouteController
DCommandListener.cpp544 ret = RouteController::enableTethering(argv[2], argv[3]); in runCommand()