|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <netiodef.h>
Public Attributes | |
| UINT8 | NextHeader |
| UINT8 | Reserved |
| union { | |
| struct { | |
| UINT16 DontUse1:8 | |
| UINT16 MoreFragments:1 | |
| UINT16 ReservedBits:2 | |
| UINT16 DontUse2:5 | |
| } | |
| UINT16 OffsetAndFlags | |
| }; | |
| UINT32 | Id |
Definition at line 854 of file netiodef.h.
| union { ... } _IPV6_FRAGMENT_HEADER::@3314 |
| UINT16 _IPV6_FRAGMENT_HEADER::DontUse1 |
Definition at line 859 of file netiodef.h.
| UINT16 _IPV6_FRAGMENT_HEADER::DontUse2 |
Definition at line 862 of file netiodef.h.
| UINT32 _IPV6_FRAGMENT_HEADER::Id |
Definition at line 866 of file netiodef.h.
| UINT16 _IPV6_FRAGMENT_HEADER::MoreFragments |
Definition at line 860 of file netiodef.h.
| UINT8 _IPV6_FRAGMENT_HEADER::NextHeader |
Definition at line 855 of file netiodef.h.
| UINT16 _IPV6_FRAGMENT_HEADER::OffsetAndFlags |
Definition at line 864 of file netiodef.h.
| UINT8 _IPV6_FRAGMENT_HEADER::Reserved |
Definition at line 856 of file netiodef.h.
| UINT16 _IPV6_FRAGMENT_HEADER::ReservedBits |
Definition at line 861 of file netiodef.h.