Home | History | Annotate | Download | only in src

Lines Matching refs:nxdomain

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;
1282 nxdomain = 1;
1307 /* if not in cache, enabled and private IPV4 address, return NXDOMAIN */
1309 nxdomain = 1;
1420 nxdomain = 1;
1538 ans = 1, nxdomain = 1;
1591 if (anscount == 0 && nxdomain)
1592 header->rcode = NXDOMAIN;