Home | History | Annotate | Download | only in src

Lines Matching refs:NXDOMAIN

540         int flags = header->rcode == NXDOMAIN ? F_NXDOMAIN : 0;
748 header->rcode = NXDOMAIN;
799 If so mung is into an NXDOMAIN reply and also put that information
949 int nxdomain = 0, auth = 1, trunc = 0;
1066 if (crecp->flags & F_NXDOMAIN) nxdomain = 1;
1084 /* if not in cache, enabled and private IPV4 address, return NXDOMAIN */
1086 nxdomain = 1;
1183 if (crecp->flags & F_NXDOMAIN) nxdomain = 1;
1286 if (qtype == T_MAILB) ans = 1, nxdomain = 1;
1331 if (anscount == 0 && nxdomain)
1332 header->rcode = NXDOMAIN;