FreeBSD kernel IPv4 code
_ipfw_obj_header Struct Reference

#include <ip_fw.h>

Collaboration diagram for _ipfw_obj_header:

Data Fields

ip_fw3_opheader opheader
 
uint32_t spare
 
uint16_t idx
 
uint8_t objtype
 
uint8_t objsubtype
 
ipfw_obj_ntlv ntlv
 

Detailed Description

Definition at line 1026 of file ip_fw.h.

Field Documentation

◆ idx

uint16_t _ipfw_obj_header::idx

Definition at line 1029 of file ip_fw.h.

◆ ntlv

ipfw_obj_ntlv _ipfw_obj_header::ntlv

Definition at line 1032 of file ip_fw.h.

◆ objsubtype

uint8_t _ipfw_obj_header::objsubtype

Definition at line 1031 of file ip_fw.h.

◆ objtype

uint8_t _ipfw_obj_header::objtype

Definition at line 1030 of file ip_fw.h.

◆ opheader

ip_fw3_opheader _ipfw_obj_header::opheader

Definition at line 1027 of file ip_fw.h.

◆ spare

uint32_t _ipfw_obj_header::spare

Definition at line 1028 of file ip_fw.h.


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