Home
last modified time | relevance | path

Searched refs:nextHop (Results 1 – 13 of 13) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DRouteInfoParcel.aidl22 @utf8InCpp String nextHop;
DINetd.aidl82 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute() argument
83 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute() argument
84 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkAddLegacyRoute() argument
85 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkRemoveLegacyRoute() argument
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DRouteInfoParcel.aidl22 @utf8InCpp String nextHop;
DINetd.aidl82 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute() argument
83 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute() argument
84 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkAddLegacyRoute() argument
85 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkRemoveLegacyRoute() argument
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DRouteInfoParcel.aidl22 @utf8InCpp String nextHop;
DINetd.aidl82 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute() argument
83 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute() argument
84 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkAddLegacyRoute() argument
85 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkRemoveLegacyRoute() argument
/system/netd/server/binder/android/net/
DRouteInfoParcel.aidl25 @utf8InCpp String nextHop;
DINetd.aidl797 in @utf8InCpp String nextHop); in networkAddRoute() argument
815 in @utf8InCpp String nextHop); in networkRemoveRoute() argument
834 in @utf8InCpp String nextHop, in networkAddLegacyRoute() argument
854 in @utf8InCpp String nextHop, in networkRemoveLegacyRoute() argument
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl64 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute() argument
65 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute() argument
66 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkAddLegacyRoute() argument
67 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkRemoveLegacyRoute() argument
/system/netd/server/
DNetdNativeService.cpp999 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkAddRouteParcel()
1013 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkUpdateRouteParcel()
1020 return networkRemoveRoute(netId, route.ifName, route.destination, route.nextHop); in networkRemoveRouteParcel()
1025 const std::string& nextHop) { in networkAddRoute() argument
1031 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid, 0); in networkAddRoute()
1037 const std::string& nextHop) { in networkRemoveRoute() argument
1042 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid); in networkRemoveRoute()
1048 const std::string& nextHop, int32_t uid) { in networkAddLegacyRoute() argument
1052 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, in networkAddLegacyRoute()
1059 const std::string& nextHop, in networkRemoveLegacyRoute() argument
[all …]
DNetdNativeService.h83 const std::string& nextHop) override;
86 const std::string& nextHop) override;
88 const std::string& destination, const std::string& nextHop,
92 const std::string& nextHop, int32_t uid) override;
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl81 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute() argument
82 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute() argument
83 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkAddLegacyRoute() argument
84 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkRemoveLegacyRoute() argument
/system/netd/tests/
Dbinder_test.cpp1638 const std::string& nextHop, const std::string& mtu) { in ipRouteString() argument
1641 if (!nextHop.empty()) { in ipRouteString()
1642 dstString += " via " + nextHop; in ipRouteString()
1654 if (nextHop.empty()) { in ipRouteString()
1665 const std::string& dst, const std::string& nextHop, in expectNetworkRouteExistsWithMtu() argument
1667 std::string routeString = ipRouteString(ifName, dst, nextHop, mtu); in expectNetworkRouteExistsWithMtu()
1668 EXPECT_TRUE(ipRouteExists(ipVersion, table, ipRouteString(ifName, dst, nextHop, mtu))) in expectNetworkRouteExistsWithMtu()
1673 const std::string& dst, const std::string& nextHop, in expectNetworkRouteExists() argument
1675 expectNetworkRouteExistsWithMtu(ipVersion, ifName, dst, nextHop, "", table); in expectNetworkRouteExists()
1679 const std::string& dst, const std::string& nextHop, in expectNetworkRouteDoesNotExist() argument
[all …]