Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c113 #define V_nat64ipstealth VNET(nat64ipstealth) macro
129 V_nat64ipstealth = &V_ipstealth; 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()
1244 if (*V_nat64ipstealth == 0 && ip->ip_ttl <= IPTTLDEC) { in nat64_do_handle_ip4()
1292 if (*V_nat64ipstealth == 0) in nat64_do_handle_ip4()