Home | History | Annotate | Download | only in src

Lines Matching full:nxdomain

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. */