HomeSort by relevance Sort by last modified time
    Searched refs:nxdomain (Results 1 - 3 of 3) 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";
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) {
  /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...]

Completed in 211 milliseconds