Home
last modified time | relevance | path

Searched refs:disableTethering (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DNetdHwService.cpp157 RouteController::disableTethering(inputIfName.c_str(), outputIfName.c_str()); in setForwardingBetweenInterfaces()
DRouteController.h153 [[nodiscard]] static int disableTethering(const char* inputInterface,
DRouteController.cpp1308 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() function in android::net::RouteController
DNetdNativeService.cpp880 int res = RouteController::disableTethering(fromIface.c_str(), toIface.c_str()); in ipfwdRemoveInterfaceForward()