Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c562 if (cmd->arg1 == IP_FW_TABLEARG) in import_rule0()
569 if (cmd->arg1 == IP_FW_TABLEARG) in import_rule0()
576 if (lcmd->conn_limit == IP_FW_TABLEARG) in import_rule0()
647 cmd->arg1 = IP_FW_TABLEARG; in export_rule0()
654 cmd->arg1 = IP_FW_TABLEARG; in export_rule0()
661 lcmd->conn_limit = IP_FW_TABLEARG; in export_rule0()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h63 #define IP_FW_TABLEARG 65535 /* Compat value for old clients */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h63 #define IP_FW_TABLEARG 65535 /* Compat value for old clients */ macro
/f-stack/tools/ipfw/
H A Dipfw2.c4005 if (action->arg1 <= 0 || action->arg1 >= IP_FW_TABLEARG) in compile_rule()