Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dnameser.h108 ns_r_nxdomain = 3, /* Name error. */ enumerator
146 #define NXDOMAIN ns_r_nxdomain
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-mock.cc418 nofirst.set_response().set_aa().set_rcode(ns_r_nxdomain) in TEST_P()
423 nosecond.set_response().set_aa().set_rcode(ns_r_nxdomain) in TEST_P()
446 nofirst.set_response().set_aa().set_rcode(ns_r_nxdomain) in TEST_P()
451 nosecond.set_response().set_aa().set_rcode(ns_r_nxdomain) in TEST_P()
477 nofirst.set_response().set_aa().set_rcode(ns_r_nxdomain) in TEST_P()
482 nosecond.set_response().set_aa().set_rcode(ns_r_nxdomain) in TEST_P()
487 nothird.set_response().set_aa().set_rcode(ns_r_nxdomain) in TEST_P()
583 nobare.set_response().set_aa().set_rcode(ns_r_nxdomain) in TEST_P()
606 nobare.set_response().set_aa().set_rcode(ns_r_nxdomain) in TEST_P()
812 nofirst.set_response().set_aa().set_rcode(ns_r_nxdomain) in TEST_P()
[all …]
Ddns-proto.cc69 case ns_r_nxdomain: return "NXDOMAIN"; in RcodeToString()