ReactOS 0.4.15-dev-7842-g558ab78
_IPV4_OPTION_HEADER Struct Reference

#include <netiodef.h>

Public Attributes

union {
   UINT8   OptionType
 
   struct {
      UINT8   OptionNumber:5
 
      UINT8   OptionClass:2
 
      UINT8   CopiedFlag:1
 
   } 
 
}; 
 
UINT8 OptionLength
 

Detailed Description

Definition at line 650 of file netiodef.h.

Member Data Documentation

◆ 

union { ... } _IPV4_OPTION_HEADER::@3095

◆ CopiedFlag

UINT8 _IPV4_OPTION_HEADER::CopiedFlag

Definition at line 656 of file netiodef.h.

◆ OptionClass

UINT8 _IPV4_OPTION_HEADER::OptionClass

Definition at line 655 of file netiodef.h.

◆ OptionLength

UINT8 _IPV4_OPTION_HEADER::OptionLength

Definition at line 659 of file netiodef.h.

◆ OptionNumber

UINT8 _IPV4_OPTION_HEADER::OptionNumber

Definition at line 654 of file netiodef.h.

◆ OptionType

UINT8 _IPV4_OPTION_HEADER::OptionType

Definition at line 652 of file netiodef.h.


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