Searched refs:aaaa (Results 1 - 25 of 44) sorted by relevance

12

/bind-9.11.3/bin/tests/system/filter-aaaa/
H A Dprereq.sh12 $FEATURETEST --enable-filter-aaaa || {
13 echo "I:This test requires --enable-filter-aaaa at compile time." >&2
/bind-9.11.3/bin/tests/system/filter-aaaa/conf/
H A Dgood8.conf12 filter-aaaa-on-v4 no;
16 filter-aaaa { 1.0.0.0/8; };
17 filter-aaaa-on-v4 yes;
H A Dbad1.conf12 filter-aaaa-on-v4 yes;
13 filter-aaaa { none; };
H A Dbad3.conf12 filter-aaaa-on-v4 no;
16 filter-aaaa { any; };
H A Dbad4.conf12 filter-aaaa { any; };
16 filter-aaaa-on-v4 no;
H A Dbad5.conf12 filter-aaaa { none; };
16 filter-aaaa-on-v4 yes;
H A Dbad6.conf12 filter-aaaa-on-v4 yes;
16 filter-aaaa { none; };
H A Dgood3.conf12 filter-aaaa-on-v4 break-dnssec;
13 filter-aaaa { 1.0.0.0/8; };
H A Dgood4.conf12 filter-aaaa-on-v4 yes;
13 filter-aaaa { 1.0.0.0/8; };
H A Dgood5.conf12 filter-aaaa-on-v4 yes;
16 filter-aaaa { 1.0.0.0/8; };
H A Dgood6.conf12 filter-aaaa { 1.0.0.0/8; };
16 filter-aaaa-on-v4 yes;
H A Dgood7.conf15 filter-aaaa { 1.0.0.0/8; };
16 filter-aaaa-on-v4 yes;
H A Dbad2.conf17 * The default is to have filter-aaaa-on-v4 off, but if it is turned
21 filter-aaaa-on-v4 no;
22 filter-aaaa { any; };
H A Dgood1.conf12 filter-aaaa-on-v4 yes;
/bind-9.11.3/bin/tests/system/v6synth/
H A Dtests.sh22 for name in aaaa a6 chain alias2 aaaa.dname loop loop2
24 $DIG $DIGOPTS $name.example. aaaa @10.53.0.3 -p 5300
35 aaaa.example. 0 IN AAAA 12:34:56::ff
45 aaaa.dname.example. 0 IN CNAME aaaa.foo.example.
46 aaaa.foo.example. 0 IN AAAA 12:34:56::ff
/bind-9.11.3/lib/dns/rdata/in_1/
H A Daaaa_28.c127 dns_rdata_in_aaaa_t *aaaa = source; local
132 REQUIRE(aaaa->common.rdtype == type);
133 REQUIRE(aaaa->common.rdclass == rdclass);
138 return (mem_tobuffer(target, aaaa->in6_addr.s6_addr, 16));
143 dns_rdata_in_aaaa_t *aaaa = target; local
153 aaaa->common.rdclass = rdata->rdclass;
154 aaaa->common.rdtype = rdata->type;
155 ISC_LINK_INIT(&aaaa->common, link);
159 memmove(aaaa->in6_addr.s6_addr, r.base, 16);
166 dns_rdata_in_aaaa_t *aaaa local
[all...]
/bind-9.11.3/bin/tests/system/dns64/
H A Dtests.sh45 $DIG $DIGOPTS aaaa-only.example. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
54 $DIG $DIGOPTS excluded-only.example. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
63 $DIG $DIGOPTS excluded-bad-a.example. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
72 $DIG $DIGOPTS excluded-good-a.example. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
74 grep "2001:aaaa::1.2.3.4" dig.out.ns2.test$n > /dev/null || ret=1
81 $DIG $DIGOPTS a-and-mapped.example. @10.53.0.2 -b 10.53.0.4 aaaa > dig.out.ns2.test$n || ret=1
90 $DIG $DIGOPTS a-and-aaaa-and-mapped.example. @10.53.0.2 -b 10.53.0.4 aaaa > dig.out.ns2.test$n || ret=1
101 $DIG $DIGOPTS aaaa
[all...]
/bind-9.11.3/bin/tests/system/filter-aaaa/ns1/
H A Dnamed1.conf23 filter-aaaa-on-v4 yes;
24 filter-aaaa { 10.53.0.1; };
H A Dnamed2.conf23 filter-aaaa-on-v6 yes;
24 filter-aaaa { fd92:7065:b8e:ffff::1; };
/bind-9.11.3/bin/tests/system/filter-aaaa/ns2/
H A Dnamed1.conf23 filter-aaaa-on-v4 yes;
24 filter-aaaa { 10.53.0.2; };
H A Dnamed2.conf23 filter-aaaa-on-v6 yes;
24 filter-aaaa { fd92:7065:b8e:ffff::2; };
/bind-9.11.3/bin/tests/system/filter-aaaa/ns3/
H A Dnamed1.conf23 filter-aaaa-on-v4 break-dnssec;
24 filter-aaaa { 10.53.0.3; };
H A Dnamed2.conf23 filter-aaaa-on-v6 break-dnssec;
24 filter-aaaa { fd92:7065:b8e:ffff::3; };
/bind-9.11.3/bin/tests/system/filter-aaaa/ns4/
H A Dnamed1.conf23 filter-aaaa-on-v4 break-dnssec;
24 filter-aaaa { 10.53.0.4; };
H A Dnamed2.conf23 filter-aaaa-on-v6 break-dnssec;
24 filter-aaaa { fd92:7065:b8e:ffff::4; };

Completed in 34 milliseconds

12