Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dnameser.h84 ns_t_tsig = 250, /* Transaction signature. */ enumerator
202 #define T_TSIG ns_t_tsig
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dnameser.h94 ns_t_tsig = 250, /* Transaction signature. */ enumerator
/external/grpc-grpc/src/core/lib/iomgr/
Dnameser.h94 ns_t_tsig = 250, /* Transaction signature. */ enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Ddns-proto.cc134 case ns_t_tsig: return "TSIG"; in RRTypeToString()