Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c307 if (cmd->arg1 == IP_FW_TARG) in ipfw_log_syslog()
540 if (cmd->arg1 == IP_FW_TARG) in ipfw_rtsocklog_handle_tablearg()
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_private.h423 (((a) == IP_FW_TARG) ? TARG_VAL(ch, tablearg, f) : (a))
H A Dip_fw_sockopt.c1315 ((a) == IP_FW_TARG && ((c)->flags & IPFW_RCIFLAG_HAS_STATE))
1411 if ((cmd->arg1 != IP_FW_TARG) && in ipfw_check_opcode()
/freebsd/sbin/ipfw/
H A Dipfw2.c99 arg = IP_FW_TARG; \
117 if (_xval == IP_FW_TARG) \
545 if (arg == IP_FW_TARG) in bprint_uint_arg()
1195 cmd->arg1 = IP_FW_TARG; in fill_mark()
1931 if (cmd->arg1 == IP_FW_TARG) in print_instruction()
2128 if (cmd->arg1 == IP_FW_TARG) in print_action_instruction()
2188 if (cmd->arg1 == IP_FW_TARG) { in print_action_instruction()
2209 if (cmd->arg1 == IP_FW_TARG) { in print_action_instruction()
4101 arg1 = IP_FW_TARG; in arg_or_targ_relaxed()
4495 action->arg1 = IP_FW_TARG; in compile_rule()
[all …]
/freebsd/sys/netinet/
H A Dip_fw.h62 #define IP_FW_TARG 0 /* Current tablearg value */ macro