FreeBSD kernel IPv4 code
_ipfw_xtable Struct Reference

#include <ip_fw.h>

Collaboration diagram for _ipfw_xtable:

Data Fields

ip_fw3_opheader opheader
 
uint32_t size
 
uint32_t cnt
 
uint16_t tbl
 
uint8_t type
 
ipfw_table_xentry xent [0]
 

Detailed Description

Definition at line 804 of file ip_fw.h.

Field Documentation

◆ cnt

uint32_t _ipfw_xtable::cnt

Definition at line 807 of file ip_fw.h.

◆ opheader

ip_fw3_opheader _ipfw_xtable::opheader

Definition at line 805 of file ip_fw.h.

◆ size

uint32_t _ipfw_xtable::size

Definition at line 806 of file ip_fw.h.

◆ tbl

uint16_t _ipfw_xtable::tbl

Definition at line 808 of file ip_fw.h.

◆ type

uint8_t _ipfw_xtable::type

Definition at line 809 of file ip_fw.h.

◆ xent

ipfw_table_xentry _ipfw_xtable::xent[0]

Definition at line 810 of file ip_fw.h.


The documentation for this struct was generated from the following file: