Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipfw/
HDtables.c81 { "number", IPFW_TABLE_NUMBER },
91 { "number:array", IPFW_TABLE_NUMBER },
1264 case IPFW_TABLE_NUMBER: in tentry_fill_key_type()
1426 *ptype = IPFW_TABLE_NUMBER; in guess_key_type()
1925 case IPFW_TABLE_NUMBER: in table_show_entry()
/freebsd-14-stable/sys/netinet/
HDip_fw.h775 #define IPFW_TABLE_NUMBER 3 /* Table for holding ports/uid/gid/etc */ macro
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw_table.c2762 *ptype = IPFW_TABLE_NUMBER; in classify_srcdst()
HDip_fw_table_algo.c3020 .type = IPFW_TABLE_NUMBER,