Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c112 #define V_nat64ipstealth VNET(nat64ipstealth) macro
128 V_nat64ipstealth = &V_ipstealth; 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()
1239 if (*V_nat64ipstealth == 0 && ip->ip_ttl <= IPTTLDEC) { in nat64_do_handle_ip4()
1287 if (*V_nat64ipstealth == 0) in nat64_do_handle_ip4()