Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h65 #define IP_FW_NAT44_GLOBAL 65535 /* arg1 value for "nat global" */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h65 #define IP_FW_NAT44_GLOBAL 65535 /* arg1 value for "nat global" */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c565 cmd->arg1 = IP_FW_NAT44_GLOBAL; in import_rule0()
648 else if (cmd->arg1 == IP_FW_NAT44_GLOBAL) in export_rule0()
H A Dip_fw2.c3144 if (cmd->arg1 == IP_FW_NAT44_GLOBAL) { in ipfw_chk()
/f-stack/tools/ipfw/
H A Dipfw2.c1916 if (cmd->arg1 != IP_FW_NAT44_GLOBAL) in print_action_instruction()
3972 action->arg1 = IP_FW_NAT44_GLOBAL; in compile_rule()