Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c563 cmd->arg1 = IP_FW_TARG; in import_rule0()
570 cmd->arg1 = IP_FW_TARG; in import_rule0()
577 lcmd->conn_limit = IP_FW_TARG; in import_rule0()
646 if (cmd->arg1 == IP_FW_TARG) in export_rule0()
653 if (cmd->arg1 == IP_FW_TARG) in export_rule0()
660 if (lcmd->conn_limit == IP_FW_TARG) in export_rule0()
1841 if ((cmd->arg1 != IP_FW_TARG) && in check_ipfw_rule_body()
H A Dip_fw_private.h412 (((a) == IP_FW_TARG) ? TARG_VAL(ch, tablearg, f) : (a))
H A Dip_fw2.c1247 if (num != IP_FW_TARG && f->cached_id == chain->id) in jump_fast()
1259 if (num != IP_FW_TARG) { in jump_fast()
3157 if (cmd->arg1 != IP_FW_TARG) in ipfw_chk()
/f-stack/tools/ipfw/
H A Dipfw2.c107 arg = IP_FW_TARG; \
125 if (_xval == IP_FW_TARG) \
507 if (arg == IP_FW_TARG) in bprint_uint_arg()
1922 if (cmd->arg1 == IP_FW_TARG) in print_action_instruction()
1980 if (cmd->arg1 == IP_FW_TARG) { in print_action_instruction()
4009 action->arg1 = IP_FW_TARG; in compile_rule()
4144 action->arg1 = IP_FW_TARG; in compile_rule()
4166 action->arg1 = IP_FW_TARG; in compile_rule()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h64 #define IP_FW_TARG 0 /* Current tablearg value */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h64 #define IP_FW_TARG 0 /* Current tablearg value */ macro