Home | History | Annotate | Download | only in src

Lines Matching refs:NXDOMAIN

357     if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN))
368 if (daemon->bogus_addr && header->rcode != NXDOMAIN &&
371 header->rcode = NXDOMAIN;
374 if (header->rcode == NXDOMAIN && extract_request(header, n, daemon->namebuff, NULL) &&
377 an unknown type) and the answer is NXDOMAIN, convert that to NODATA,
399 /* the bogus-nxdomain stuff, doctor and NXDOMAIN->NODATA munging can all elide
752 bogus-nxdomain side-effects. */