Searched refs:IP_FW_TABLEARG (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw_private.h264 #define IP_FW_ARG_TABLEARG(a) (((a) == IP_FW_TABLEARG) ? tablearg : (a))
H A Dip_fw2.c799 if (num != IP_FW_TABLEARG && (uintptr_t)f->x_next == chain->id)
808 if (num != IP_FW_TABLEARG) {
2432 if (cmd->arg1 != IP_FW_TABLEARG)
H A Dip_fw_sockopt.c600 if ((cmd->arg1 != IP_FW_TABLEARG) &&
H A Dip_fw_dynamic.c704 if (cmd->conn_limit == IP_FW_TABLEARG)
/freebsd-10.2-release/sys/netinet/
H A Dip_fw.h48 * 65535 (IP_FW_TABLEARG) is used to represent 'tablearg', i.e. the
57 #define IP_FW_TABLEARG 65535 /* XXX should use 0 */ macro
/freebsd-10.2-release/sbin/ipfw/
H A Dipfw2.c89 arg = IP_FW_TABLEARG; \
107 if (_xval == IP_FW_TABLEARG) \
119 if (arg == IP_FW_TABLEARG)
3028 if (action->arg1 <= 0 || action->arg1 >= IP_FW_TABLEARG)
3032 action->arg1 = IP_FW_TABLEARG;
3156 action->arg1 = IP_FW_TABLEARG;
3176 action->arg1 = IP_FW_TABLEARG;

Completed in 190 milliseconds