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

/bind-9.11.3/contrib/sdb/tcl/
H A Dlookup.tcl41 return NXDOMAIN
/bind-9.11.3/bin/tests/system/rpzrecurse/ns2/
H A Dnamed.wildcard2.conf20 zone "wildcard2a" policy NXDOMAIN;
21 zone "wildcard2b" policy NXDOMAIN;
H A Dnamed.wildcard1.conf20 zone "wildcard1" policy NXDOMAIN;
H A Dnamed.wildcard3.conf20 zone "wildcard3" policy NXDOMAIN;
/bind-9.11.3/bin/tests/system/resolver/ans2/
H A Dans.pl90 $packet->header->rcode(NXDOMAIN);
/bind-9.11.3/bin/tests/system/statistics/ans4/
H A Dans.pl94 $packet->header->rcode(NXDOMAIN);
/bind-9.11.3/bin/tests/system/rrl/
H A Dtests.sh85 -e 's/;; .* status: NXDOMAIN.*/NXDOMAIN/p' \
99 # $6=NXDOMAIN $7=SERVFAIL or other errors
103 # count simple truncated and truncated NXDOMAIN as TC
106 # count NXDOMAIN and truncated NXDOMAIN as NXDOMAIN
107 NXDOMAIN=`egrep "^NXDOMAIN|NXDOMAINTC$" mdig.out-$1 2>/dev/null | wc -l`
123 range $NXDOMAIN "
[all...]
/bind-9.11.3/bin/tests/system/pending/
H A Dtests.sh175 # Make sure the resolver doesn't cache bogus NXDOMAIN
177 echo I:Trying to Prime bogus NXDOMAIN
186 echo I:Confirming the bogus NXDOMAIN was not cached
/bind-9.11.3/bin/tests/system/checknames/
H A Dtests.sh92 grep NXDOMAIN dig.out.ns1.test$n > /dev/null || ret=1
/bind-9.11.3/lib/dns/
H A Decdb.c74 #define NXDOMAIN(header) \ macro
403 if (NXDOMAIN(header))
H A Dmasterdump.c242 #define NXDOMAIN(x) (((x)->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0) macro
651 if (NXDOMAIN(rdataset))
652 RETERR(str_totext(";-$NXDOMAIN\n", target));
H A Drbtdb.c537 #define NXDOMAIN(header) \ macro
1067 if (NXDOMAIN(header))
3306 if (NXDOMAIN(header))
5287 if (NXDOMAIN(found))
5926 if (NXDOMAIN(found))
6178 * which covers all types (NXDOMAIN,
6208 * non-stale NXDOMAIN/NODATA(QTYPE=ANY) negative
6231 * The NXDOMAIN/NODATA(QTYPE=ANY)
H A Dresolver.c539 #define NXDOMAIN(r) (((r)->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0) macro
681 * with NXDOMAIN for queries for other types. Unfortunately it's
4994 * Cache DS NXDOMAIN seperately to other types.
5072 if (NXDOMAIN(ardataset))
5619 if (NXDOMAIN(ardataset)) {
5772 if (NXDOMAIN(ardataset)) {
5901 if (NXDOMAIN(ardataset))
6430 * Handle a no-answer response (NXDOMAIN, NXRRSET, or referral).
6628 * rcode is NXDOMAIN (handled above) in which case
7958 * NOERROR/NXDOMAIN/YXDOMAI
[all...]
/bind-9.11.3/bin/tests/system/rpz/
H A Dtests.sh231 # check rewrite to NXDOMAIN
323 addr 12.12.12.12 nxc1.sub1.tld2 # 11 replace NXDOMAIN with CNAME
324 addr 12.12.12.12 nxc2.sub1.tld2 # 12 replace NXDOMAIN with CNAME chain
355 start_group "NXDOMAIN/NODATA action on QNAME trigger" test1
365 addr 12.12.12.12 "nxc1.sub1.tld2 @$ns6" # 10 replace NXDOMAIN w/ CNAME
366 addr 12.12.12.12 "nxc2.sub1.tld2 @$ns6" # 11 replace NXDOMAIN w/ CNAME chain
446 nxdomain a3-1.sub1.tld2 # 3 NXDOMAIN *.sub1.tld2 by NSDNAME
465 nxdomain a3-1.tld2 # 1 NXDOMAIN for all of tld2
559 perf 'with RPZ' rpz 'NOERROR:2900 NXDOMAIN:100 '
635 grep NXDOMAIN di
[all...]

Completed in 288 milliseconds