Home
last modified time | relevance | path

Searched refs:ns_r_servfail (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dnameser.h107 ns_r_servfail = 2, /* Server failure. */ enumerator
140 #define SERVFAIL ns_r_servfail
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-mock.cc231 rsp.set_rcode(ns_r_servfail); in TEST_P()
353 rsp.set_rcode(ns_r_servfail); in TEST_P()
398 rspfail.set_response().set_aa().set_rcode(ns_r_servfail) in TEST_P()
1059 servfailrsp.set_response().set_aa().set_rcode(ns_r_servfail) in TEST_P()
1104 servfailrsp.set_response().set_aa().set_rcode(ns_r_servfail) in TEST_P()
Ddns-proto.cc68 case ns_r_servfail: return "SERVFAIL"; in RcodeToString()