/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/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/current/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 | 797 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/ |
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 | 999 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 …]
|
D | NetdNativeService.h | 83 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/ |
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 | 1638 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 …]
|