Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDip_fw.h57 #define IP_FW_TABLEARG 65535 /* XXX should use 0 */ macro
/trueos/sys/netpfil/ipfw/
HDip_fw_private.h264 #define IP_FW_ARG_TABLEARG(a) (((a) == IP_FW_TABLEARG) ? tablearg : (a))
HDip_fw2.c799 if (num != IP_FW_TABLEARG && (uintptr_t)f->x_next == chain->id) in jump_fast()
808 if (num != IP_FW_TABLEARG) { in jump_fast()
2432 if (cmd->arg1 != IP_FW_TABLEARG) in ipfw_chk()
HDip_fw_sockopt.c600 if ((cmd->arg1 != IP_FW_TABLEARG) && in check_ipfw_struct()
HDip_fw_dynamic.c704 if (cmd->conn_limit == IP_FW_TABLEARG) in ipfw_install_state()
/trueos/sbin/ipfw/
HDipfw2.c89 arg = IP_FW_TABLEARG; \
107 if (_xval == IP_FW_TABLEARG) \
119 if (arg == IP_FW_TABLEARG) in PRINT_UINT_ARG()
3028 if (action->arg1 <= 0 || action->arg1 >= IP_FW_TABLEARG) in ipfw_add()
3032 action->arg1 = IP_FW_TABLEARG; in ipfw_add()
3156 action->arg1 = IP_FW_TABLEARG; in ipfw_add()
3176 action->arg1 = IP_FW_TABLEARG; in ipfw_add()