Home
last modified time | relevance | path

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

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