Home
last modified time | relevance | path

Searched refs:ns_t_nsap (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dnameser.h57 ns_t_nsap = 22, /* NSAP address. */ enumerator
175 #define T_NSAP ns_t_nsap
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dnameser.h67 ns_t_nsap = 22, /* NSAP address. */ enumerator
/external/grpc-grpc/src/core/lib/iomgr/
Dnameser.h67 ns_t_nsap = 22, /* NSAP address. */ enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Ddns-proto.cc107 case ns_t_nsap: return "NSAP"; in RRTypeToString()