Searched defs:nextHop (Results 1 – 8 of 8) sorted by relevance
/system/netd/server/aidl_api/netd_aidl_interface/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/aidl_api/netd_aidl_interface/current/android/net/ |
D | INetd.aidl | 82 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute() 83 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute() 84 …n @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int ui… in networkAddLegacyRoute() 85 …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 | 797 in @utf8InCpp String nextHop); in networkAddRoute() 815 in @utf8InCpp String nextHop); in networkRemoveRoute() 834 in @utf8InCpp String nextHop, in networkAddLegacyRoute() 854 in @utf8InCpp String nextHop, in networkRemoveLegacyRoute()
|
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
D | INetd.aidl | 82 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute() 83 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute() 84 …n @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int ui… in networkAddLegacyRoute() 85 …n @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int ui… in networkRemoveLegacyRoute()
|
/system/netd/server/aidl_api/netd_aidl_interface/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/aidl_api/netd_aidl_interface/3/android/net/ |
D | INetd.aidl | 82 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute() 83 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute() 84 …n @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int ui… in networkAddLegacyRoute() 85 …n @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int ui… in networkRemoveLegacyRoute()
|
/system/netd/server/ |
D | NetdNativeService.cpp | 1025 const std::string& nextHop) { in networkAddRoute() 1037 const std::string& nextHop) { in networkRemoveRoute() 1048 const std::string& nextHop, int32_t uid) { in networkAddLegacyRoute() 1059 const std::string& nextHop, in networkRemoveLegacyRoute()
|
/system/netd/tests/ |
D | binder_test.cpp | 1638 const std::string& nextHop, const std::string& mtu) { in ipRouteString() 1665 const std::string& dst, const std::string& nextHop, in expectNetworkRouteExistsWithMtu() 1673 const std::string& dst, const std::string& nextHop, in expectNetworkRouteExists() 1679 const std::string& dst, const std::string& nextHop, in expectNetworkRouteDoesNotExist()
|