/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
D | RouteInfoParcel.aidl | 38 @utf8InCpp String nextHop;
|
D | INetd.aidl | 104 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute() argument 105 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute() argument 106 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkAddLegacyRoute() argument 107 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkRemoveLegacyRoute() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
D | RouteInfoParcel.aidl | 38 @utf8InCpp String nextHop;
|
D | INetd.aidl | 104 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute() argument 105 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute() argument 106 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkAddLegacyRoute() argument 107 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkRemoveLegacyRoute() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
D | RouteInfoParcel.aidl | 22 @utf8InCpp String nextHop;
|
D | INetd.aidl | 82 …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/ |
D | RouteInfoParcel.aidl | 25 @utf8InCpp String nextHop;
|
D | INetd.aidl | 817 in @utf8InCpp String nextHop); in networkAddRoute() argument 835 in @utf8InCpp String nextHop); in networkRemoveRoute() argument 854 in @utf8InCpp String nextHop, in networkAddLegacyRoute() argument 874 in @utf8InCpp String nextHop, in networkRemoveLegacyRoute() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
D | RouteInfoParcel.aidl | 38 @utf8InCpp String nextHop;
|
D | INetd.aidl | 104 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkAddRoute() argument 105 …etId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop); in networkRemoveRoute() argument 106 …@utf8InCpp String ifName, in @utf8InCpp String destination, in @utf8InCpp String nextHop, int uid); in networkAddLegacyRoute() argument 107 …@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/ |
D | RouteInfoParcel.aidl | 22 @utf8InCpp String nextHop;
|
D | INetd.aidl | 82 …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/3/android/net/ |
D | RouteInfoParcel.aidl | 22 @utf8InCpp String nextHop;
|
D | INetd.aidl | 82 …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/1/android/net/ |
D | INetd.aidl | 64 …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/ |
D | NetdNativeService.cpp | 1037 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkAddRouteParcel() 1051 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkUpdateRouteParcel() 1058 return networkRemoveRoute(netId, route.ifName, route.destination, route.nextHop); in networkRemoveRouteParcel() 1063 const std::string& nextHop) { in networkAddRoute() argument 1069 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid, 0); in networkAddRoute() 1075 const std::string& nextHop) { in networkRemoveRoute() argument 1080 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid); in networkRemoveRoute() 1086 const std::string& nextHop, int32_t uid) { in networkAddLegacyRoute() argument 1090 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, in networkAddLegacyRoute() 1097 const std::string& nextHop, in networkRemoveLegacyRoute() argument [all …]
|
D | NetdNativeService.h | 88 const std::string& nextHop) override; 91 const std::string& nextHop) override; 93 const std::string& destination, const std::string& nextHop, 97 const std::string& nextHop, int32_t uid) override;
|
/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() 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/ |
D | binder_test.cpp | 1758 const std::string& nextHop, const std::string& mtu) { in ipRouteString() argument 1761 if (!nextHop.empty()) { in ipRouteString() 1762 dstString += " via " + nextHop; in ipRouteString() 1774 if (nextHop.empty()) { in ipRouteString() 1785 const std::string& dst, const std::string& nextHop, in expectNetworkRouteExistsWithMtu() argument 1787 std::string routeString = ipRouteString(ifName, dst, nextHop, mtu); in expectNetworkRouteExistsWithMtu() 1788 EXPECT_TRUE(ipRouteExists(ipVersion, table, ipRouteString(ifName, dst, nextHop, mtu))) in expectNetworkRouteExistsWithMtu() 1793 const std::string& dst, const std::string& nextHop, in expectNetworkRouteExists() argument 1795 expectNetworkRouteExistsWithMtu(ipVersion, ifName, dst, nextHop, "", table); in expectNetworkRouteExists() 1799 const std::string& dst, const std::string& nextHop, in expectNetworkRouteDoesNotExist() argument [all …]
|