Searched refs:nat64 (Results 1 – 15 of 15) sorted by relevance
| /freebsd/tests/sys/netpfil/pf/ |
| H A D | Makefile | 34 nat64 \ 68 ATF_TESTS_PYTEST+= nat64.py
|
| H A D | utils.subr | 279 # Create a router and 2 server jails for nat64 and prefer-ipv6-nexthop test
|
| /freebsd/contrib/unbound/doc/ |
| H A D | README.DNS64 | 42 do-nat64: yes 47 nat64-prefix: 64:FF9B::/96
|
| H A D | unbound-control.rst | 250 :ref:`nat64-prefix<unbound.conf.nat64.nat64-prefix>`, 251 :ref:`do-nat64<unbound.conf.nat64.do-nat64>`,
|
| H A D | example.conf.in | 292 # do-nat64: no 295 # nat64-prefix: 64:ff9b::0/96
|
| H A D | unbound.conf.rst | 3981 @@UAHL@unbound.conf.nat64@do-nat64@@: *<yes or no>* 3989 @@UAHL@unbound.conf.nat64@nat64-prefix@@: *<IPv6 prefix>*
|
| /freebsd/sys/modules/ipfw_nat64/ |
| H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/netpfil/ipfw/nat64
|
| /freebsd/sbin/pfctl/tests/ |
| H A D | pfctl_test_list.inc | 135 PFCTL_TEST(1024, "nat64") 136 PFCTL_TEST(1025, "nat64 with implicit address family") 137 PFCTL_TEST(1026, "nat64 with route-to") 138 PFCTL_TEST(1027, "nat64 with reply-to")
|
| /freebsd/contrib/unbound/iterator/ |
| H A D | iterator.c | 250 if((dpns->got4 == 2 || (!ie->supports_ipv4 && !ie->nat64.use_nat64)) && in error_supers() 1715 ie->nat64.use_nat64)) { in processInitRequest() 2079 if(!((ie->supports_ipv4 || ie->nat64.use_nat64) && in query_for_targets() 2088 if((ie->supports_ipv4 || ie->nat64.use_nat64) && in query_for_targets() 2265 ((ie->supports_ipv4 || ie->nat64.use_nat64) && !ns->done_pside4)) && in processLastResort() 2272 if(ie->supports_ipv4 || ie->nat64.use_nat64) ns->done_pside4 = 1; in processLastResort() 2297 if((ie->supports_ipv4 || ie->nat64.use_nat64) && !ns->done_pside4) { in processLastResort() 2566 if(!ie->supports_ipv4 && !ie->nat64.use_nat64) in processQueryTargets() 3066 if(ie->nat64.use_nat64 && target->addr.ss_family == AF_INET) { in processQueryTargets() 3067 addr_to_nat64(&target->addr, &ie->nat64.nat64_prefix_addr, in processQueryTargets() [all …]
|
| /freebsd/contrib/unbound/util/ |
| H A D | configlexer.lex | 231 do-nat64{COLON} { YDVAR(1, VAR_DO_NAT64) } 481 nat64-prefix{COLON} { YDVAR(1, VAR_NAT64_PREFIX) }
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 4675 struct iter_nat64 nat64; member 5719 if(!nat64_apply_cfg(&ct->nat64, newcfg)) { in fr_construct_from_config() 6237 struct iter_nat64 oldnat64 = iter_env->nat64; in fr_adjust_iter_env() 6244 iter_env->nat64 = ct->nat64; in fr_adjust_iter_env() 6254 ct->nat64 = oldnat64; in fr_adjust_iter_env()
|
| /freebsd/contrib/libpcap/ |
| H A D | grammar.y.in | 318 { PF_NAT64, "nat64" },
|
| /freebsd/sys/conf/ |
| H A D | files | 4602 netpfil/ipfw/nat64/ip_fw_nat64.c optional inet inet6 ipfirewall \ 4604 netpfil/ipfw/nat64/nat64clat.c optional inet inet6 ipfirewall \ 4606 netpfil/ipfw/nat64/nat64clat_control.c optional inet inet6 ipfirewall \ 4608 netpfil/ipfw/nat64/nat64lsn.c optional inet inet6 ipfirewall \ 4610 netpfil/ipfw/nat64/nat64lsn_control.c optional inet inet6 ipfirewall \ 4612 netpfil/ipfw/nat64/nat64stl.c optional inet inet6 ipfirewall \ 4614 netpfil/ipfw/nat64/nat64stl_control.c optional inet inet6 ipfirewall \ 4616 netpfil/ipfw/nat64/nat64_translate.c optional inet inet6 ipfirewall \
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf.c | 6533 bool nat64; in pf_test_rule() local 6558 nat64 = pd->af != pd->naf; in pf_test_rule() 6559 if (nat64) { in pf_test_rule()
|
| /freebsd/ |
| H A D | UPDATING | 95 pf(4) now supports nat64 via the af-to keyword.
|