ReactOS 0.4.15-dev-8061-g57b775e
_ICMP_MESSAGE Struct Reference

#include <netiodef.h>

Collaboration diagram for _ICMP_MESSAGE:

Public Attributes

ICMP_HEADER Header
 
union {
   UINT32   Data32 [1]
 
   UINT16   Data16 [2]
 
   UINT8   Data8 [4]
 
Data
 

Detailed Description

Definition at line 584 of file netiodef.h.

Member Data Documentation

◆ 

union { ... } _ICMP_MESSAGE::Data

◆ Data16

UINT16 _ICMP_MESSAGE::Data16[2]

Definition at line 588 of file netiodef.h.

◆ Data32

UINT32 _ICMP_MESSAGE::Data32[1]

Definition at line 587 of file netiodef.h.

◆ Data8

UINT8 _ICMP_MESSAGE::Data8[4]

Definition at line 589 of file netiodef.h.

◆ Header

ICMP_HEADER _ICMP_MESSAGE::Header

Definition at line 585 of file netiodef.h.


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