Searched refs:disableTethering (Results 1 – 4 of 4) sorted by relevance
101 [[nodiscard]] static int disableTethering(const char* inputInterface,
157 RouteController::disableTethering(inputIfName.c_str(), outputIfName.c_str()); in setForwardingBetweenInterfaces()
1159 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() function in android::net::RouteController
842 int res = RouteController::disableTethering(fromIface.c_str(), toIface.c_str()); in ipfwdRemoveInterfaceForward()