Searched refs:NXDOMAIN (Results 1 – 14 of 14) sorted by relevance
/external/python/google-auth-library-python/tests/transport/ |
D | compliance.py | 25 NXDOMAIN = "test.invalid" variable 108 request(url="http://{}".format(NXDOMAIN), method="GET")
|
D | test__http_client.py | 29 request(url="https://{}".format(compliance.NXDOMAIN), method="GET")
|
/external/tcpdump/ |
D | nameser.h | 115 #define NXDOMAIN 3 /* non existent domain */ macro
|
/external/dnsmasq/src/ |
D | nameser.h | 131 #define NXDOMAIN 3 /* non existent domain */ macro
|
D | forward.c | 357 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN)) in process_reply() 368 if (daemon->bogus_addr && header->rcode != NXDOMAIN && in process_reply() 371 header->rcode = NXDOMAIN; in process_reply() 374 if (header->rcode == NXDOMAIN && extract_request(header, n, daemon->namebuff, NULL) && in process_reply()
|
D | rfc1035.c | 540 int flags = header->rcode == NXDOMAIN ? F_NXDOMAIN : 0; in extract_addresses() 748 header->rcode = NXDOMAIN; in setup_reply() 1354 header->rcode = NXDOMAIN; in answer_request()
|
/external/python/google-auth-library-python/tests_async/transport/ |
D | async_compliance.py | 133 await request(url="http://{}".format(compliance.NXDOMAIN), method="GET")
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | nameser.h | 146 #define NXDOMAIN ns_r_nxdomain macro
|
D | ares_query.c | 173 case NXDOMAIN: in qcallback()
|
/external/mdnsresponder/ |
D | PrivateDNS.txt | 18 when necessary. After receiving an NXDOMAIN error, mDNSResponder checks 26 key, the call fails as it initially did, with an NXDOMAIN error. 139 queries that initially result in an NXDOMAIN error. This behavior might
|
/external/musl/include/arpa/ |
D | nameser.h | 384 #define NXDOMAIN ns_r_nxdomain macro
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 369 Cache and return the NXDOMAIN status of failed queries: 574 forwarded because -D is in effect, return NXDOMAIN not 1088 Change behaviour of "bogus-priv" option to return NXDOMAIN 1195 Fixed NXDOMAIN/NODATA confusion for locally known 1200 is still tried upstream, but a NXDOMAIN reply gets 2362 Fix a bug where NXDOMAIN could be returned for a query 2366 An IPv6 query for name.domain would return NXDOMAIN, and
|
D | dnsmasq.conf.example | 451 # have dnsmasq instead return the correct NXDOMAIN response, uncomment
|
/external/cronet/net/docs/ |
D | proxy.md | 1035 cascade of NXDOMAIN.
|