Home
last modified time | relevance | path

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

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl64 …void networkAddRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in … in networkAddRoute() method
/system/netd/server/binder/android/net/
DINetd.aidl789 void networkAddRoute( in networkAddRoute() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl81 …void networkAddRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in … in networkAddRoute() method
/system/netd/server/
DNetdNativeService.h79 binder::Status networkAddRoute(int32_t netId, const std::string& ifName,
DNdcDispatcher.cpp1010 status = add ? mNetd->networkAddRoute(netId, interface, destination, nexthop) in runCommand()
DNetdNativeService.cpp966 binder::Status NetdNativeService::networkAddRoute(int32_t netId, const std::string& ifName, in networkAddRoute() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp1298 EXPECT_TRUE(mNetd->networkAddRoute(TEST_NETID1, sTun.name(), "::/0", "").isOk()); in TEST_F()
1834 mNetd->networkAddRoute(TEST_NETID1, sTun.name(), td.testDest, td.testNextHop); in TEST_F()
1862 mNetd->networkAddRoute(TEST_NETID1, sTun.name(), td.testDest, td.testNextHop); in TEST_F()
3123 EXPECT_TRUE(mNetd->networkAddRoute(TEST_NETID1, sTun.name(), "::/0", "").isOk()); in createVpnNetworkWithUid()
3125 EXPECT_TRUE(mNetd->networkAddRoute(TEST_NETID2, sTun2.name(), "2001:db8::/32", "").isOk()); in createVpnNetworkWithUid()