Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dnameser.h45 ns_t_null = 10, /* Null resource record. */ enumerator
163 #define T_NULL ns_t_null
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dnameser.h55 ns_t_null = 10, /* Null resource record. */ enumerator
/external/grpc-grpc/src/core/lib/iomgr/
Dnameser.h55 ns_t_null = 10, /* Null resource record. */ enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Ddns-proto.cc95 case ns_t_null: return "NULL"; in RRTypeToString()