Searched refs:NXDOMAIN (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/contrib/sdb/tcl/
H A Dlookup.tcl50 return NXDOMAIN
/bind-9.6-ESV-R11/bin/tests/system/resolver/ans2/
H A Dans.pl76 $packet->header->rcode(NXDOMAIN);
/bind-9.6-ESV-R11/bin/tests/system/checknames/
H A Dtests.sh99 grep NXDOMAIN dig.out.ns1.test$n > /dev/null || ret=1
/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c193 #define NXDOMAIN(x) (((x)->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0) macro
512 if (NXDOMAIN(rdataset))
513 RETERR(str_totext(";-$NXDOMAIN\n", target));
H A Dresolver.c436 #define NXDOMAIN(r) (((r)->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0) macro
561 * with NXDOMAIN for queries for other types. Unfortunately it's
4241 if (NXDOMAIN(ardataset))
4735 if (NXDOMAIN(ardataset))
4880 if (NXDOMAIN(ardataset))
4991 if (NXDOMAIN(ardataset))
5373 * Handle a no-answer response (NXDOMAIN, NXRRSET, or referral).
5534 * rcode is NXDOMAIN (handled above) in which case
6927 * NXDOMAIN, NXRDATASET, or referral.
H A Drbtdb.c316 #define NXDOMAIN(header) \ macro
708 if (NXDOMAIN(header))
2738 if (NXDOMAIN(header))
4649 if (NXDOMAIN(found))
5322 if (NXDOMAIN(found))
5542 * which covers all types (NXDOMAIN,
5568 * non-stale NXDOMAIN/NODATA(QTYPE=ANY) negative
5591 * The NXDOMAIN/NODATA(QTYPE=ANY)

Completed in 52 milliseconds