Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dnameser.h105 ns_r_noerror = 0, /* No error occurred. */ enumerator
144 #define NOERROR ns_r_noerror
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Ddns-proto.h190 z_(false), ad_(false), cd_(false), rcode_(ns_r_noerror) {} in DNSPacket()
Dares-test-parse-a.cc299 pkt.set_rcode(ns_r_noerror); in TEST_F()
Ddns-proto.cc66 case ns_r_noerror: return "NOERROR"; in RcodeToString()