Home
last modified time | relevance | path

Searched refs:networkRemoveLegacyRoute (Results 1 – 7 of 7) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl67 …void networkRemoveLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destina… in networkRemoveLegacyRoute() method
/system/netd/server/binder/android/net/
DINetd.aidl846 void networkRemoveLegacyRoute( in networkRemoveLegacyRoute() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl84 …void networkRemoveLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destina… in networkRemoveLegacyRoute() method
/system/netd/server/
DNetdNativeService.h88 binder::Status networkRemoveLegacyRoute(int32_t netId, const std::string& ifName,
DNdcDispatcher.cpp1007 : mNetd->networkRemoveLegacyRoute(netId, interface, destination, nexthop, in runCommand()
DNetdNativeService.cpp1000 binder::Status NetdNativeService::networkRemoveLegacyRoute(int32_t netId, const std::string& ifName, in networkRemoveLegacyRoute() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp1896 status = mNetd->networkRemoveLegacyRoute(TEST_NETID1, sTun.name(), td.testDest, in TEST_F()
1921 status = mNetd->networkRemoveLegacyRoute(TEST_NETID1, sTun.name(), td.testDest, in TEST_F()