Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c114 #define V_nat64ip6stealth VNET(nat64ip6stealth) macro
130 V_nat64ip6stealth = &V_ip6stealth; in nat64_set_output_method()
133 V_nat64ipstealth = V_nat64ip6stealth = &stealth_off; in nat64_set_output_method()
138 V_nat64ipstealth = V_nat64ip6stealth = &stealth_on; in nat64_set_output_method()
520 if (*V_nat64ip6stealth == 0) in nat64_init_ip4hdr()
1601 if (*V_nat64ip6stealth == 0 && ip6->ip6_hlim <= IPV6_HLIMDEC) { in nat64_do_handle_ip6()