Searched refs:enableTethering (Results 1 – 4 of 4) sorted by relevance
156 int ret = enable ? RouteController::enableTethering(inputIfName.c_str(), outputIfName.c_str()) : in setForwardingBetweenInterfaces()
151 [[nodiscard]] static int enableTethering(const char* inputInterface,
1304 int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { in enableTethering() function in android::net::RouteController
873 int res = RouteController::enableTethering(fromIface.c_str(), toIface.c_str()); in ipfwdAddInterfaceForward()