Home
last modified time | relevance | path

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

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