Searched refs:mapped (Results 1 - 20 of 20) sorted by relevance

/bind-9.11.3/bin/tests/system/dns64/ns2/
H A Dnamed.conf32 mapped { !rfc1918; any; };
39 mapped { !192.228.79.201; !rfc1918; any; };
46 mapped { !rfc1918; any; };
/bind-9.11.3/bin/tests/system/dns64/conf/
H A Dbad9.conf13 mapped { bogusacl; };
H A Dgood1.conf16 mapped { !rfc1918; any; };
H A Dgood2.conf15 mapped { !rfc1918; any; };
H A Dgood4.conf16 mapped { !rfc1918; any; };
/bind-9.11.3/lib/dns/
H A Ddns64.c30 * Which clients get mapped
33 dns_acl_t * mapped; /* member in struct:dns_dns64
34 * IPv4 addresses to be mapped.
41 * Start of mapped address.
51 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded,
85 dns64->mapped = NULL;
86 if (mapped != NULL)
87 dns_acl_attach(mapped, &dns64->mapped);
113 if (dns64->mapped !
49 dns_dns64_create(isc_mem_t *mctx, isc_netaddr_t *prefix, unsigned int prefixlen, isc_netaddr_t *suffix, dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, unsigned int flags, dns_dns64_t **dns64p) argument
[all...]
/bind-9.11.3/bin/tests/system/xfer/
H A Dsetup.sh29 cp ns2/mapped.db.in ns2/mapped.db
H A Dclean.sh34 rm -f ns2/mapped.db
35 rm -f ns3/mapped.bk
H A Dtests.sh404 echo "I:test mapped zone with out of zone data ($n)"
406 $DIG -p 5300 txt mapped @10.53.0.3 > dig.out.1.$n
410 $DIG -p 5300 txt mapped @10.53.0.3 > dig.out.2.$n
412 $DIG -p 5300 axfr mapped @10.53.0.3 > dig.out.3.$n
413 $PERL ../digcomp.pl knowngood.mapped dig.out.3.$n || tmp=1
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep.c147 const char *mapped; local
154 mapped = NULL;
157 mapped = (*handle->map_proc)(v);
160 if (mapped == NULL) {
170 mappeddata = (const unsigned char *)mapped + 1;
171 mappedlen = *mapped;
/bind-9.11.3/bin/tests/system/dns64/ns1/
H A Dnamed.conf32 mapped { !rfc1918; any; };
/bind-9.11.3/lib/dns/include/dns/
H A Ddns64.h42 dns_acl_t *client, dns_acl_t *mapped, dns_acl_t *excluded,
52 * clients apply. 'mapped' defines which A records are candidated for
53 * mapping. If 'mapped' is NULL then all A records will be mapped.
78 * 'mapped' to be NULL or a valid acl.
/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-many.conf32 match-mapped-addresses yes;
H A Dgood.conf50 match-mapped-addresses yes;
/bind-9.11.3/bin/tests/system/dns64/
H A Dtests.sh61 echo "I: checking excluded AAAA and non-mapped A lookup works ($n)"
70 echo "I: checking excluded only AAAA and mapped A lookup works ($n)"
79 echo "I: checking default exclude acl ignores mapped A records (all mapped) ($n)"
81 $DIG $DIGOPTS a-and-mapped.example. @10.53.0.2 -b 10.53.0.4 aaaa > dig.out.ns2.test$n || ret=1
88 echo "I: checking default exclude acl ignores mapped A records (some mapped) ($n)"
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
127 echo "I: checking partially-excluded AAAA and non-mapped A lookup works ($n)"
137 echo "I: checking partially-excluded only AAAA and mapped
[all...]
/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h131 mapped, member in struct:dig_lookup
/bind-9.11.3/bin/dig/
H A Ddighost.c854 looknew->mapped = ISC_TRUE;
954 looknew->mapped = lookold->mapped;
3000 if (!l->mapped && isc_sockaddr_pf(&query->sockaddr) == AF_INET6 &&
3007 printf(";; Skipping mapped address '%s'\n", buf);
3064 isc_socket_ipv6only(query->sock, ISC_TF(!query->lookup->mapped));
3138 if (!l->mapped &&
3146 printf(";; Skipping mapped address '%s'\n", buf);
3169 ISC_TF(!query->lookup->mapped));
H A Ddig.c193 " +[no]mapped (Allow mapped IPv4 over IPv6)\n"
1120 FULLCHECK("mapped");
1121 lookup->mapped = state;
/bind-9.11.3/bin/tests/system/digdelv/
H A Dtests.sh218 echo "I:checking dig @IPv4addr -6 +mapped A a.example ($n)"
223 $DIG $DIGOPTS +tcp @10.53.0.2 -6 +mapped A a.example > dig.out.test$n 2>&1 || ret=1
/bind-9.11.3/bin/named/
H A Dserver.c3292 dns_acl_t *clients = NULL, *mapped = NULL, *excluded = NULL; local
3619 clients = mapped = excluded = NULL;
3630 (void)cfg_map_get(map, "mapped", &obj);
3634 mctx, 0, &mapped);
3666 clients, mapped, excluded,
3678 if (mapped != NULL)
3679 dns_acl_detach(&mapped);
4903 if (mapped != NULL)
4904 dns_acl_detach(&mapped);
7559 result = ns_config_get(maps, "match-mapped
[all...]

Completed in 276 milliseconds