Home
last modified time | relevance | path

Searched defs:RouteEntry (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/resolver/xds/
H A Dxds_resolver.cc201 struct RouteEntry { struct in grpc_core::__anon886d5f1d0111::XdsResolver::RouteConfigData
202 struct ClusterWeightState {
214 XdsRouteConfigResource::Route route;
215 RefCountedPtr<ServiceConfig> method_config;
216 std::vector<ClusterWeightState> weighted_cluster_state;
218 explicit RouteEntry(const XdsRouteConfigResource::Route& r) : route(r) {} in RouteEntry() argument
220 bool operator==(const RouteEntry& other) const { in operator ==()
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/network/
Dpxe.rs1224 pub struct RouteEntry { struct
1225 pub ip_addr: IpAddress,
1226 pub subnet_mask: IpAddress,
1227 pub gw_addr: IpAddress,
/aosp_15_r20/external/rust/crates/uefi/src/proto/network/
Dpxe.rs1224 pub struct RouteEntry { struct
1225 pub ip_addr: IpAddress,
1226 pub subnet_mask: IpAddress,
1227 pub gw_addr: IpAddress,