Searched refs:nxdomain (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/rpz/
H A Dtests.sh142 nxdomain () { function
146 ckresult "$*" proto.nxdomain
193 digcmd +noauth nonexistent @$ns2 >proto.nxdomain
201 nxdomain a0-1.tld2
205 nxdomain a4-2.tld2 # 6 rewrite based on CNAME target
206 nxdomain a4-2-cname.tld2 # 7
217 nxdomain c1.crash2.tld3 # 18 assert in rbtdb.c
219 nxdomain a0-1.tld2 +dnssec
220 nxdomain a0-1.signed-tld2
228 nxdomain a
[all...]
H A Dsetup.sh24 for NM in '' -2 -given -disabled -passthru -no-op -nodata -nxdomain -cname -wildcname -garden; do
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/zonechecks/
H A Dtests.sh68 if $CHECKZONE . nxdomain.db > nxdomain.out
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/nsupdate/
H A Dupdate_test.pl119 test("NOERROR", ["pre", nxdomain("a.$zone")]);
135 test("YXDOMAIN", ["pre", nxdomain("a.$zone")]);
195 test("NOERROR", ["pre", nxdomain("a.$zone")]);
206 test("NOERROR", ["pre", nxdomain("a.$zone")]);
321 test("NOERROR", ["pre", nxdomain("w.$zone")]);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/resolver/ans2/
H A Dans.pl89 } elsif ($qname =~ /^nxdomain\.example\.net$/i) {
/macosx-10.9.5/bind9-45.100/bind9/lib/export/samples/
H A Dnsprobe.c65 nxdomain, enumerator in enum:__anon6584
113 unsigned long nxdomain; member in struct:lcl_stat
339 case nxdomain:
340 stattype = "nxdomain";
341 increment_entry(&server_stat.nxdomain);
342 increment_entry(&local_stat.nxdomain);
401 if (local_stat.nxdomain > 0) {
403 printf("%s:nxdomain\n", trans->domain);
404 increment_entry(&domain_stat.nxdomain);
530 *resultp = nxdomain;
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/rpz/ns3/
H A Dnamed.conf39 zone "bl-nxdomain" policy nxdomain;
82 zone "bl-nxdomain." {type master; file "bl-nxdomain.db";
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DUpdate.pm130 $update->push(pre => nxdomain('info.example.com'));
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/
H A DDNS.pm78 @EXPORT = qw(mx yxrrset nxrrset yxdomain nxdomain rr_add rr_del);
358 sub nxdomain { subroutine
359 return Net::DNS::RR->new_from_string(shift, 'nxdomain');
697 =head2 nxdomain
702 $packet->push(pre => nxdomain("host.example.com"));
/macosx-10.9.5/CPANInternal-140/Net-DNS/contrib/
H A Dcheck_soa410 my $nxdomain = "_nxdn_$seq.$domain";
411 my $reply = $resolver->send($nxdomain) || return ();
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dstatschannel.c185 SET_NSSTATDESC(nxdomain, "queries resulted in NXDOMAIN", "QryNXDOMAIN");
224 SET_RESSTATDESC(nxdomain, "NXDOMAIN received", "NXDOMAIN");
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/resolver/
H A Dtests.sh28 $DIG +tcp nxdomain.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dnamed.vim99 syn keyword namedOption contained auth-nxdomain deallocate-on-exit
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/autosign/
H A Dtests.sh610 echo "I:checking privately secure to nxdomain works ($n)"
612 $DIG $DIGOPTS +noauth private2secure-nxdomain.private.secure.example. SOA @10.53.0.2 \
614 $DIG $DIGOPTS +noauth private2secure-nxdomain.private.secure.example. SOA @10.53.0.4 \
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dnssec/
H A Dtests.sh900 echo "I:checking privately secure to nxdomain works ($n)"
902 $DIG $DIGOPTS +noauth private2secure-nxdomain.private.secure.example. SOA @10.53.0.2 \
904 $DIG $DIGOPTS +noauth private2secure-nxdomain.private.secure.example. SOA @10.53.0.4 \
913 echo "I:checking privately secure wildcard to nxdomain works ($n)"

Completed in 135 milliseconds