Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_options.c160 if (V_ipstealth && pass > 0) in ip_dooptions()
198 if (V_ipstealth) in ip_dooptions()
276 if (V_ipstealth && pass == 0) in ip_dooptions()
317 if (V_ipstealth && pass == 0) in ip_dooptions()
H A Dip_var.h203 #define V_ipstealth VNET(ipstealth) macro
H A Dip_input.c799 if (V_ipstealth && hlen > sizeof (struct ip) && ip_dooptions(m, 1)) in ip_input()
968 V_ipstealth == 0 && in ip_forward()
1019 if (V_ipstealth == 0) in ip_forward()
H A Dip_fastfwd.c322 if (!V_ipstealth) { in ip_tryforward()
/f-stack/tools/compat/include/netinet/
H A Dip_var.h203 #define V_ipstealth VNET(ipstealth) macro
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c129 V_nat64ipstealth = &V_ipstealth; in nat64_set_output_method()