Home
last modified time | relevance | path

Searched refs:toIface (Results 1 – 5 of 5) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl45 void ipfwdAddInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdAddInterfaceForward() argument
46 void ipfwdRemoveInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdRemoveInterfaceForward() argument
/system/netd/server/binder/android/net/
DINetd.aidl603 void ipfwdAddInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdAddInterfaceForward() argument
613 void ipfwdRemoveInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdRemoveInterfaceForward() argument
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl62 void ipfwdAddInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdAddInterfaceForward() argument
63 void ipfwdRemoveInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdRemoveInterfaceForward() argument
/system/netd/server/
DNetdNativeService.h234 const std::string& toIface) override;
236 const std::string& toIface) override;
DNetdNativeService.cpp818 const std::string& toIface) { in ipfwdAddInterfaceForward() argument
820 int res = RouteController::enableTethering(fromIface.c_str(), toIface.c_str()); in ipfwdAddInterfaceForward()
825 const std::string& toIface) { in ipfwdRemoveInterfaceForward() argument
827 int res = RouteController::disableTethering(fromIface.c_str(), toIface.c_str()); in ipfwdRemoveInterfaceForward()