Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_fw.h829 typedef struct _ipfw_xtable { struct
830 ip_fw3_opheader opheader; /* IP_FW3 opcode */
831 uint32_t size; /* size of entries in bytes */
832 uint32_t cnt; /* # of entries */
833 uint16_t tbl; /* table number */
834 uint8_t type; /* table type */
835 ipfw_table_xentry xent[0]; /* entries */