HomeSort by relevance Sort by last modified time
    Searched refs:NXDOMAIN (Results 1 - 15 of 15) sorted by null

  /external/smack/src/org/xbill/DNS/
SetResponse.java 26 static final int NXDOMAIN = 1;
59 private static final SetResponse nxdomain = new SetResponse(NXDOMAIN); field in class:SetResponse
87 case NXDOMAIN:
88 return nxdomain;
121 return (type == NXDOMAIN);
192 case NXDOMAIN: return "NXDOMAIN";
Rcode.java 29 public static final int NXDOMAIN = 3;
80 rcodes.add(NXDOMAIN, "NXDOMAIN");
Cache.java 119 sb.append("NXDOMAIN " + name);
490 /* Check for the special NXDOMAIN element. */
494 return SetResponse.ofType(SetResponse.NXDOMAIN);
608 if ((rcode != Rcode.NOERROR && rcode != Rcode.NXDOMAIN) ||
675 int cachetype = (rcode == Rcode.NXDOMAIN) ? 0 : qtype;
676 if (rcode == Rcode.NXDOMAIN || soa != null || ns == null) {
685 if (rcode == Rcode.NXDOMAIN)
686 responseType = SetResponse.NXDOMAIN;
Zone.java 341 return SetResponse.ofType(SetResponse.NXDOMAIN);
422 return SetResponse.ofType(SetResponse.NXDOMAIN);
Lookup.java 51 private boolean nxdomain; field in class:Lookup
192 nxdomain = false;
390 nxdomain = false;
423 nxdomain = true;
478 if (rcode != Rcode.NOERROR && rcode != Rcode.NXDOMAIN) {
561 } else if (nxdomain) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 113 #define NXDOMAIN ns_r_nxdomain
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 113 #define NXDOMAIN ns_r_nxdomain
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 113 #define NXDOMAIN ns_r_nxdomain
  /bionic/libc/private/
arpa_nameser_compat.h 165 #define NXDOMAIN ns_r_nxdomain
  /external/dnsmasq/src/
nameser.h 131 #define NXDOMAIN 3 /* non existent domain */
forward.c 401 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN))
414 if (daemon->bogus_addr && header->rcode != NXDOMAIN &&
418 header->rcode = NXDOMAIN;
423 if (header->rcode == NXDOMAIN &&
428 an unknown type) and the answer is NXDOMAIN, convert that to NODATA,
452 /* the bogus-nxdomain stuff, doctor and NXDOMAIN->NODATA munging can all elide
859 bogus-nxdomain side-effects. */
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...]
  /external/tcpdump/
nameser.h 130 #define NXDOMAIN 3 /* non existent domain */
  /bionic/libc/netbsd/resolv/
res_query.c 193 case NXDOMAIN:
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]

Completed in 672 milliseconds