Home
last modified time | relevance | path

Searched defs:_ipfw_table (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dip_fw.h822 typedef struct _ipfw_table { struct
823 u_int32_t size; /* size of entries in bytes */
824 u_int32_t cnt; /* # of entries */
825 u_int16_t tbl; /* table number */
826 ipfw_table_entry ent[0]; /* entries */