Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dipfw2.c97 arg = IP_FW_TARG; \
115 if (_xval == IP_FW_TARG) \
543 if (arg == IP_FW_TARG) in bprint_uint_arg()
1193 cmd->arg1 = IP_FW_TARG; in fill_mark()
1929 if (cmd->arg1 == IP_FW_TARG) in print_instruction()
2126 if (cmd->arg1 == IP_FW_TARG) in print_action_instruction()
2186 if (cmd->arg1 == IP_FW_TARG) { in print_action_instruction()
2207 if (cmd->arg1 == IP_FW_TARG) { in print_action_instruction()
4099 arg1 = IP_FW_TARG; in arg_or_targ_relaxed()
4493 action->arg1 = IP_FW_TARG; in compile_rule()
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1267 if (num == IP_FW_TARG) in jump()
2866 if (cmd->arg1 == IP_FW_TARG) in ipfw_chk()
3382 if (cmd->arg1 != IP_FW_TARG) in ipfw_chk()
3429 (cmd->arg1 == IP_FW_TARG) ? in ipfw_chk()
H A Dip_fw_log.c284 if (cmd->arg1 == IP_FW_TARG) in ipfw_log_syslog()
H A Dip_fw_private.h423 (((a) == IP_FW_TARG) ? TARG_VAL(ch, tablearg, f) : (a))
H A Dip_fw_sockopt.c1407 if ((cmd->arg1 != IP_FW_TARG) && in ipfw_check_opcode()
/freebsd/sys/netinet/
H A Dip_fw.h62 #define IP_FW_TARG 0 /* Current tablearg value */ macro