ReactOS 0.4.16-dev-1946-g52006dd
_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 651 of file netiodef.h.

Member Data Documentation

◆ 

union { ... } _IPV4_OPTION_HEADER::@3292

◆ CopiedFlag

UINT8 _IPV4_OPTION_HEADER::CopiedFlag

Definition at line 657 of file netiodef.h.

◆ OptionClass

UINT8 _IPV4_OPTION_HEADER::OptionClass

Definition at line 656 of file netiodef.h.

◆ OptionLength

UINT8 _IPV4_OPTION_HEADER::OptionLength

Definition at line 660 of file netiodef.h.

◆ OptionNumber

UINT8 _IPV4_OPTION_HEADER::OptionNumber

Definition at line 655 of file netiodef.h.

◆ OptionType

UINT8 _IPV4_OPTION_HEADER::OptionType

Definition at line 653 of file netiodef.h.


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