Home
last modified time | relevance | path

Searched defs:CidrRange (Results 1 – 15 of 15) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/core/v3/
Dcidr.pb.go31 type CidrRange struct { struct
32 state protoimpl.MessageState
33 sizeCache protoimpl.SizeCache
34 unknownFields protoimpl.UnknownFields
36 …otobuf:"bytes,1,opt,name=address_prefix,json=addressPrefix,proto3" json:"address_prefix,omitempty"`
37 …t32Value `protobuf:"bytes,2,opt,name=prefix_len,json=prefixLen,proto3" json:"prefix_len,omitempty"`
40 func (x *CidrRange) Reset() {
49 func (x *CidrRange) String() string {
53 func (*CidrRange) ProtoMessage() {}
55 func (x *CidrRange) ProtoReflect() protoreflect.Message {
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Drbac_policy.h50 struct CidrRange { struct
55 CidrRange& operator=(CidrRange&& other) noexcept;
59 std::string address_prefix;
60 uint32_t prefix_len;
Drbac_policy.cc92 Rbac::CidrRange::CidrRange(std::string address_prefix, uint32_t prefix_len) in CidrRange() function in grpc_core::Rbac::CidrRange
95 Rbac::CidrRange::CidrRange(Rbac::CidrRange&& other) noexcept in CidrRange() function in grpc_core::Rbac::CidrRange
/external/grpc-grpc/src/core/lib/security/authorization/
Drbac_policy.h50 struct CidrRange { struct
55 CidrRange& operator=(CidrRange&& other) noexcept;
59 std::string address_prefix;
60 uint32_t prefix_len;
Drbac_policy.cc90 Rbac::CidrRange::CidrRange(std::string address_prefix, uint32_t prefix_len) in CidrRange() function in grpc_core::Rbac::CidrRange
93 Rbac::CidrRange::CidrRange(Rbac::CidrRange&& other) noexcept in CidrRange() function in grpc_core::Rbac::CidrRange
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/xds/core/v3/
Dcidr.proto19 message CidrRange { message
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_listener.h131 struct CidrRange { struct
132 grpc_resolved_address address;
133 uint32_t prefix_len;
/external/grpc-grpc/src/core/ext/xds/
Dxds_listener.h143 struct CidrRange { struct
144 grpc_resolved_address address;
145 uint32_t prefix_len;
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Daddress.proto69 message CidrRange { message
/external/grpc-grpc/src/proto/grpc/testing/xds/v3/
Daddress.proto69 message CidrRange { message
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/core/
Daddress.proto129 message CidrRange { message
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/
Daddress.proto190 message CidrRange { message
/external/grpc-grpc/src/core/ext/filters/rbac/
Drbac_service_config_parser.cc55 struct CidrRange { struct
56 Rbac::CidrRange cidr_range;
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/rbac/
Drbac_service_config_parser.cc55 struct CidrRange { struct
56 Rbac::CidrRange cidr_range;
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
DEnvoyServerProtoData.java144 abstract static class CidrRange { class in EnvoyServerProtoData