Searched defs:_ipfw_xtable (Results 1 – 2 of 2) sorted by relevance
802 typedef struct _ipfw_xtable { struct803 ip_fw3_opheader opheader; /* IP_FW3 opcode */804 uint32_t size; /* size of entries in bytes */805 uint32_t cnt; /* # of entries */806 uint16_t tbl; /* table number */807 uint8_t type; /* table type */808 ipfw_table_xentry xent[0]; /* entries */