Searched defs:_ipfw_table (Results 1 – 1 of 1) sorted by relevance
822 typedef struct _ipfw_table { struct823 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 */