Searched refs:NXDOMAIN (Results 1 – 7 of 7) sorted by relevance
115 #define NXDOMAIN 3 /* non existent domain */ macro
131 #define NXDOMAIN 3 /* non existent domain */ macro
413 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN)) in process_reply()426 if (daemon->bogus_addr && header->rcode != NXDOMAIN && in process_reply()430 header->rcode = NXDOMAIN; in process_reply()435 if (header->rcode == NXDOMAIN && in process_reply()
664 int flags = header->rcode == NXDOMAIN ? F_NXDOMAIN : 0; in extract_addresses()922 header->rcode = NXDOMAIN; in setup_reply()1600 header->rcode = NXDOMAIN; in answer_request()
18 when necessary. After receiving an NXDOMAIN error, mDNSResponder checks26 key, the call fails as it initially did, with an NXDOMAIN error.139 queries that initially result in an NXDOMAIN error. This behavior might
369 Cache and return the NXDOMAIN status of failed queries:574 forwarded because -D is in effect, return NXDOMAIN not1088 Change behaviour of "bogus-priv" option to return NXDOMAIN1195 Fixed NXDOMAIN/NODATA confusion for locally known1200 is still tried upstream, but a NXDOMAIN reply gets2362 Fix a bug where NXDOMAIN could be returned for a query2366 An IPv6 query for name.domain would return NXDOMAIN, and
451 # have dnsmasq instead return the correct NXDOMAIN response, uncomment