Searched refs:enableTethering (Results 1 – 4 of 4) sorted by relevance
100 static int enableTethering(const char* inputInterface,
155 int ret = enable ? RouteController::enableTethering(inputIfName.c_str(), outputIfName.c_str()) : in setForwardingBetweenInterfaces()
1074 int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { in enableTethering() function in android::net::RouteController
820 int res = RouteController::enableTethering(fromIface.c_str(), toIface.c_str()); in ipfwdAddInterfaceForward()