/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/jmdns/src/javax/jmdns/impl/constants/ |
DNSResultCode.java | 31 NXDomain("Non-Existent Domain", 3), 66 // 3 NXDomain Non-Existent Domain [RFC1035]
|
/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 | 662 int flags = header->rcode == NXDOMAIN ? F_NXDOMAIN : 0; 917 header->rcode = NXDOMAIN; 973 If so mung is into an NXDOMAIN reply and also put that information 1141 int nxdomain = 0, auth = 1, trunc = 0; local 1282 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...] |
cache.c | 1266 dest = "NXDOMAIN-IPv4"; 1268 dest = "NXDOMAIN-IPv6"; 1270 dest = "NXDOMAIN"; 1284 /* nasty abuse of NXDOMAIN and CNAME flags */ [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.
|
FAQ | 143 Q: Who are Verisign, what do they have to do with the bogus-nxdomain 149 .net domains, instead of returning an error code NXDOMAIN, (no such 164 --bogus-nxdomain flag. Dnsmasq will check for results returning 165 that address and substitute an NXDOMAIN instead.
|
/bionic/libc/include/arpa/ |
nameser_compat.h | 120 #define NXDOMAIN ns_r_nxdomain
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
TestDriver.java | 91 sendHomeRealmQuery("nxdomain.abc", "jan.com");
|
/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 | |
libresolv.so.2 | |
/development/ndk/platforms/android-21/include/arpa/ |
nameser_compat.h | 167 #define NXDOMAIN ns_r_nxdomain
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/ |
nameser_compat.h | 176 #define NXDOMAIN ns_r_nxdomain
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/ |
nameser_compat.h | 176 #define NXDOMAIN ns_r_nxdomain
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/arpa/ |
nameser_compat.h | 167 #define NXDOMAIN ns_r_nxdomain
|