ReactOS 0.4.15-dev-7934-g1dc8d80
ICMP_HEADER Struct Reference

#include <icmp.h>

Public Attributes

UINT8 Type
 
UINT8 Code
 
UINT16 Checksum
 
UINT16 Identifier
 
UINT16 Seq
 

Detailed Description

Definition at line 11 of file icmp.h.

Member Data Documentation

◆ Checksum

UINT16 ICMP_HEADER::Checksum

Definition at line 14 of file icmp.h.

Referenced by ICMPReceive().

◆ Code

UINT8 ICMP_HEADER::Code

Definition at line 13 of file icmp.h.

Referenced by GetReplyStatus(), and ICMPReceive().

◆ Identifier

UINT16 ICMP_HEADER::Identifier

Definition at line 15 of file icmp.h.

◆ Seq

UINT16 ICMP_HEADER::Seq

Definition at line 16 of file icmp.h.

◆ Type

UINT8 ICMP_HEADER::Type

Definition at line 12 of file icmp.h.

Referenced by GetReplyStatus(), ICMPReceive(), and ReceiveDatagram().


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