Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dnameser.h86 ns_t_axfr = 252, /* Transfer zone of authority. */ enumerator
204 #define T_AXFR ns_t_axfr
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dnameser.h96 ns_t_axfr = 252, /* Transfer zone of authority. */ enumerator
/external/grpc-grpc/src/core/lib/iomgr/
Dnameser.h96 ns_t_axfr = 252, /* Transfer zone of authority. */ enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Ddns-proto.cc136 case ns_t_axfr: return "AXFR"; in RRTypeToString()