HomeSort by relevance Sort by last modified time
    Searched full:nxdomain (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/dnsmasq/contrib/try-all-ns/
README-2.47 10 in NXDOMAIN, it iterates the whole given nameserver list
11 until the last one says NXDOMAIN.
README 11 to use that. But I wanted it to try requests in order and treat NXDOMAIN
dnsmasq-2.47_no_nxdomain_until_end.patch 9 + if ( (header->rcode == NXDOMAIN) && ((daemon->options & OPT_ORDER) != 0) && (server->next != NULL) )
dnsmasq-2.35-try-all-ns.patch 19 + // If strict-order and try-all-ns are set, treat NXDOMAIN as a failed request
21 + && header->rcode == NXDOMAIN ) header->rcode = SERVFAIL;
58 + { " --try-all-ns", gettext_noop("Try all name servers in tandem on NXDOMAIN replies (use with strict-order)."), NULL },
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rcode.py 23 NXDOMAIN = 3
37 'NXDOMAIN' : NXDOMAIN,
e164.py 77 except dns.resolver.NXDOMAIN:
79 raise dns.resolver.NXDOMAIN
resolver.py 36 class NXDOMAIN(dns.exception.DNSException):
565 @raises NXDOMAIN: the query name does not exist
642 rcode == dns.rcode.NXDOMAIN:
666 if response.rcode() == dns.rcode.NXDOMAIN:
671 raise NXDOMAIN
757 except (dns.resolver.NXDOMAIN, dns.resolver.NoAnswer):
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSResultCode.java 31 NXDomain("Non-Existent Domain", 3),
66 // 3 NXDomain Non-Existent Domain [RFC1035]
  /external/avahi/avahi-common/
error.c 71 N_("DNS failure: NXDOMAIN"),
  /bionic/libc/dns/resolv/
res_stats.c 69 // rejection by the server, i.e. SERVFAIL, NOTIMP and REFUSED. Assume that NXDOMAIN
78 case NXDOMAIN:
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
dnsproxy.py 73 except resolver.NXDOMAIN:
204 logging.debug('dnsproxy: %s -> NXDOMAIN', self.domain)
247 response_message.set_rcode(rcode.NXDOMAIN)
  /external/mdnsresponder/
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/dnsmasq/src/
rfc1035.c 664 int flags = header->rcode == NXDOMAIN ? F_NXDOMAIN : 0;
919 header->rcode = NXDOMAIN;
975 If so mung is into an NXDOMAIN reply and also put that information
1143 int nxdomain = 0, auth = 1, trunc = 0; local
1284 nxdomain = 1;
    [all...]
forward.c 413 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN))
426 if (daemon->bogus_addr && header->rcode != NXDOMAIN &&
430 header->rcode = NXDOMAIN;
435 if (header->rcode == NXDOMAIN &&
440 an unknown type) and the answer is NXDOMAIN, convert that to NODATA,
464 /* the bogus-nxdomain stuff, doctor and NXDOMAIN->NODATA munging can all elide
872 bogus-nxdomain side-effects. */
    [all...]
  /external/dnsmasq/
setup.html 202 sitefinder host and have it substitute an NXDOMAIN reply when it sees
204 giving the option <TT>bogus-nxdomain=64.94.110.11</TT> will enable
207 details on the <TT>bogus-nxdomain</TT> option.
  /bionic/libc/include/arpa/
nameser_compat.h 120 #define NXDOMAIN ns_r_nxdomain
  /external/c-ares/
ares_query.c 170 case NXDOMAIN:
nameser.h 146 #define NXDOMAIN ns_r_nxdomain
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 114 #define NXDOMAIN ns_r_nxdomain
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libresolv-2.11.1.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 114 #define NXDOMAIN ns_r_nxdomain
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libresolv-2.15.so 
libresolv.so 

Completed in 1478 milliseconds

1 2 3 4 5 6