Searched defs:_ipfw_table (Results 1 – 2 of 2) sorted by relevance
795 typedef struct _ipfw_table { struct796 u_int32_t size; /* size of entries in bytes */797 u_int32_t cnt; /* # of entries */798 u_int16_t tbl; /* table number */799 ipfw_table_entry ent[0]; /* entries */