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

123

/netbsd-current/external/mpl/dhcp/dist/tests/DHCPv6/
H A Dtest-a.conf24 option dhcp6.time-servers 3ffe:bbbb:aaaa:aaaa::1, 3ffe:bbbb:aaaa:aaaa::2;
25 option docsis.tftp-servers 3ffe:cccc:aaaa:aaaa::1, 3ffe:cccc:aaaa:aaaa::2;
39 fixed-address6 3ffe:aaaa:aaaa
[all...]
H A Dtest-b.conf22 option dhcpv6.time-servers 3ffe:bbbb:aaaa:aaaa::1, 3ffe:bbbb:aaaa:aaaa::2;
23 option docsis.tftp-servers 3ffe:cccc:aaaa:aaaa::1, 3ffe:cccc:aaaa:aaaa::2;
36 fixed-address6 3ffe:aaaa:aaaa
[all...]
/netbsd-current/external/mpl/dhcp/dist/keama/tests/samples/
H A Dtest-a6.conf32 option dhcp6.time-servers 3ffe:bbbb:aaaa:aaaa::1, 3ffe:bbbb:aaaa:aaaa::2;
33 option docsis.tftp-servers 3ffe:cccc:aaaa:aaaa::1, 3ffe:cccc:aaaa:aaaa::2;
47 fixed-address6 3ffe:aaaa:aaaa
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Difconfig.sh.in64 [ "$aaaa" ] && {
66 /sbin/ifconfig lo0:$int inet6 $aaaa up
75 [ "$aaaa" ] && {
77 -a $aaaa lo0/bind9v6$int \
85 [ "$aaaa" ] && ip address add $aaaa/64 dev lo
88 [ "$aaaa" ] && ifconfig lo inet6 add $aaaa/64
93 [ "$aaaa" ] && ifconfig lo0 inet6 $aaaa alia
[all...]
/netbsd-current/external/mpl/bind/dist/bin/plugins/
H A DMakefile.am9 pkglib_LTLIBRARIES = filter-aaaa.la
12 filter_aaaa_la_SOURCES = filter-aaaa.c
/netbsd-current/external/mpl/bind/lib/plugins/
H A DMakefile5 LIB= filter-aaaa
10 SRCS= filter-aaaa.c
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Daaaa_28.c151 dns_rdata_in_aaaa_t *aaaa = source; local
155 REQUIRE(aaaa != NULL);
156 REQUIRE(aaaa->common.rdtype == type);
157 REQUIRE(aaaa->common.rdclass == rdclass);
162 return (mem_tobuffer(target, aaaa->in6_addr.s6_addr, 16));
167 dns_rdata_in_aaaa_t *aaaa = target; local
172 REQUIRE(aaaa != NULL);
177 aaaa->common.rdclass = rdata->rdclass;
178 aaaa->common.rdtype = rdata->type;
179 ISC_LINK_INIT(&aaaa
190 dns_rdata_in_aaaa_t *aaaa = source; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Daaaa_28.c151 dns_rdata_in_aaaa_t *aaaa = source; local
155 REQUIRE(aaaa != NULL);
156 REQUIRE(aaaa->common.rdtype == type);
157 REQUIRE(aaaa->common.rdclass == rdclass);
162 return (mem_tobuffer(target, aaaa->in6_addr.s6_addr, 16));
167 dns_rdata_in_aaaa_t *aaaa = target; local
172 REQUIRE(aaaa != NULL);
177 aaaa->common.rdclass = rdata->rdclass;
178 aaaa->common.rdtype = rdata->type;
179 ISC_LINK_INIT(&aaaa
190 dns_rdata_in_aaaa_t *aaaa = source; local
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dns64/
H A Dtests.sh47 $DIG $DIGOPTS aaaa-only.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
56 $DIG $DIGOPTS excluded-only.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
65 $DIG $DIGOPTS excluded-bad-a.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
74 $DIG $DIGOPTS excluded-good-a.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
76 grep "2001:aaaa::1.2.3.4" dig.out.ns2.test$n >/dev/null || ret=1
83 $DIG $DIGOPTS a-and-mapped.example. @10.53.0.2 -b 10.53.0.4 aaaa >dig.out.ns2.test$n || ret=1
92 $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
103 $DIG $DIGOPTS aaaa
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/filter-aaaa/conf/
H A Dgood5.conf15 plugin query "../../../plugins/.libs/filter-aaaa.so" {
16 filter-aaaa-on-v4 yes;
17 filter-aaaa { 1.0.0.0/8; };
H A Dgood4.conf14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
15 filter-aaaa-on-v4 yes;
16 filter-aaaa { 1.0.0.0/8; };
H A Dbad5.conf14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
15 filter-aaaa-on-v4 yes;
16 filter-aaaa { 1.0.0.0/8; };
H A Dbad4.conf15 plugin query "../../../plugins/.libs/filter-aaaa.so" {
16 filter-aaaa-on-v4 yes;
17 filter-aaaa { none; };
H A Dbad3.conf15 plugin query "../../../plugins/.libs/filter-aaaa.so" {
16 filter-aaaa-on-v4 no;
17 filter-aaaa { any; };
H A Dgood3.conf14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
15 filter-aaaa-on-v4 break-dnssec;
16 filter-aaaa { 1.0.0.0/8; };
H A Dbad1.conf14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
15 filter-aaaa-on-v4 yes;
16 filter-aaaa { none; };
H A Dbad2.conf14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
20 * The default is to have filter-aaaa-on-v4 off, but if it is turned
24 filter-aaaa-on-v4 no;
25 filter-aaaa { any; };
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Dandw.s24 test_h_gr16 0xa0a0 r0 ; and result: a5a5 & aaaa
26 test_h_gr32 0xa5a5a0a0 er0 ; and result: a5a5 & aaaa
46 test_h_gr16 0xa0a0 r0 ; and result: a5a5 & aaaa
49 test_h_gr32 0xa5a5a0a0 er0 ; and result: a5a5 & aaaa
H A Dorw.s24 test_h_gr16 0xafaf r0 ; or result: a5a5 | aaaa
26 test_h_gr32 0xa5a5afaf er0 ; or result: a5a5 | aaaa
46 test_h_gr16 0xafaf r0 ; or result: a5a5 | aaaa
49 test_h_gr32 0xa5a5afaf er0 ; or result: a5a5 | aaaa
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dandw.s24 test_h_gr16 0xa0a0 r0 ; and result: a5a5 & aaaa
26 test_h_gr32 0xa5a5a0a0 er0 ; and result: a5a5 & aaaa
46 test_h_gr16 0xa0a0 r0 ; and result: a5a5 & aaaa
49 test_h_gr32 0xa5a5a0a0 er0 ; and result: a5a5 & aaaa
H A Dorw.s24 test_h_gr16 0xafaf r0 ; or result: a5a5 | aaaa
26 test_h_gr32 0xa5a5afaf er0 ; or result: a5a5 | aaaa
46 test_h_gr16 0xafaf r0 ; or result: a5a5 | aaaa
49 test_h_gr32 0xa5a5afaf er0 ; or result: a5a5 | aaaa
/netbsd-current/external/mpl/bind/dist/bin/tests/system/zonechecks/
H A Dtests.sh123 if $CHECKZONE -n fail . aaaa.db >aaaa.out 2>&1; then
127 if grep "appears to be an address" aaaa.out >/dev/null; then
137 if $CHECKZONE . aaaa.db >aaaa.out 2>&1; then
138 if grep "appears to be an address" aaaa.out >/dev/null; then
151 if $CHECKZONE -n ignore . aaaa.db >aaaa.out 2>&1; then
152 if grep "appears to be an address" aaaa.out >/dev/null; then
/netbsd-current/external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns4/
H A Dsign.sh16 SYSTESTDIR=filter-aaaa
/netbsd-current/lib/libm/noieee_src/
H A Dn_log__L.c74 vc(L1, 6.6666666666666703212E-1 ,aaaa,402a,aac5,aaaa, 0, .AAAAAAAAAAAAC5)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns1/
H A Dsign.sh16 SYSTESTDIR=filter-aaaa

Completed in 244 milliseconds

123