Home
last modified time | relevance | path

Searched defs:nextHop (Results 1 – 5 of 5) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl64 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute()
65 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute()
66 …n @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int ui… in networkAddLegacyRoute()
67 …n @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int ui… in networkRemoveLegacyRoute()
/system/netd/server/binder/android/net/
DINetd.aidl793 in @utf8InCpp String nextHop); in networkAddRoute()
811 in @utf8InCpp String nextHop); in networkRemoveRoute()
830 in @utf8InCpp String nextHop, in networkAddLegacyRoute()
850 in @utf8InCpp String nextHop, in networkRemoveLegacyRoute()
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl81 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute()
82 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute()
83 …n @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int ui… in networkAddLegacyRoute()
84 …n @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int ui… in networkRemoveLegacyRoute()
/system/netd/server/
DNetdNativeService.cpp968 const std::string& nextHop) { in networkAddRoute()
980 const std::string& nextHop) { in networkRemoveRoute()
991 const std::string& nextHop, int32_t uid) { in networkAddLegacyRoute()
1002 const std::string& nextHop, in networkRemoveLegacyRoute()
/system/netd/tests/
Dbinder_test.cpp1682 const std::string& nextHop) { in ipRouteString()
1693 const std::string& dst, const std::string& nextHop, in expectNetworkRouteExists()
1699 const std::string& dst, const std::string& nextHop, in expectNetworkRouteDoesNotExist()