Searched defs:_ipfw_xtable (Results 1 – 1 of 1) sorted by relevance
878 typedef struct _ipfw_xtable { struct879 ip_fw3_opheader opheader; /* IP_FW3 opcode */880 uint32_t size; /* size of entries in bytes */881 uint32_t cnt; /* # of entries */882 uint16_t tbl; /* table number */883 uint8_t type; /* table type */884 ipfw_table_xentry xent[0]; /* entries */