Home
last modified time | relevance | path

Searched refs:ipfwdAddInterfaceForward (Results 1 – 7 of 7) 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() method
/system/netd/server/binder/android/net/
DINetd.aidl603 void ipfwdAddInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdAddInterfaceForward() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl62 void ipfwdAddInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdAddInterfaceForward() method
/system/netd/server/
DNetdNativeService.h233 binder::Status ipfwdAddInterfaceForward(const std::string& fromIface,
DNdcDispatcher.cpp391 status = mNetd->ipfwdAddInterfaceForward(argv[2], argv[3]); in runCommand()
DNetdNativeService.cpp817 binder::Status NetdNativeService::ipfwdAddInterfaceForward(const std::string& fromIface, in ipfwdAddInterfaceForward() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp1454 mNetd->ipfwdAddInterfaceForward(sTun.name(), sTun2.name()); in TEST_F()