Home
last modified time | relevance | path

Searched refs:V_nat64ip6stealth (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c113 #define V_nat64ip6stealth VNET(nat64ip6stealth) macro
129 V_nat64ip6stealth = &V_ip6stealth; in nat64_set_output_method()
132 V_nat64ipstealth = V_nat64ip6stealth = &stealth_off; in nat64_set_output_method()
137 V_nat64ipstealth = V_nat64ip6stealth = &stealth_on; in nat64_set_output_method()
519 if (*V_nat64ip6stealth == 0) in nat64_init_ip4hdr()
1596 if (*V_nat64ip6stealth == 0 && ip6->ip6_hlim <= IPV6_HLIMDEC) { in nat64_do_handle_ip6()