Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h99 [[nodiscard]] static int enableTethering(const char* inputInterface,
DNetdHwService.cpp156 int ret = enable ? RouteController::enableTethering(inputIfName.c_str(), outputIfName.c_str()) : in setForwardingBetweenInterfaces()
DRouteController.cpp1155 int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { in enableTethering() function in android::net::RouteController
DNetdNativeService.cpp835 int res = RouteController::enableTethering(fromIface.c_str(), toIface.c_str()); in ipfwdAddInterfaceForward()