Searched defs:nextHop (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/aidl/netd/1/android/net/ |
D | INetd.aidl | 64 …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/ |
D | INetd.aidl | 793 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/ |
D | INetd.aidl | 81 …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/ |
D | NetdNativeService.cpp | 968 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/ |
D | binder_test.cpp | 1682 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()
|