Searched refs:disableTethering (Results 1 – 4 of 4) sorted by relevance
102 static int disableTethering(const char* inputInterface,
156 RouteController::disableTethering(inputIfName.c_str(), outputIfName.c_str()); in setForwardingBetweenInterfaces()
1078 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() function in android::net::RouteController
827 int res = RouteController::disableTethering(fromIface.c_str(), toIface.c_str()); in ipfwdRemoveInterfaceForward()