ReactOS 0.4.15-dev-7842-g558ab78
icmp_echo_reply Struct Reference

#include <ipexport.h>

Collaboration diagram for icmp_echo_reply:

Public Attributes

IPAddr Address
 
UINT32 Status
 
UINT32 RoundTripTime
 
UINT16 DataSize
 
UINT16 Reserved
 
PVOID Data
 
IP_OPTION_INFORMATION Options
 

Detailed Description

Definition at line 82 of file ipexport.h.

Member Data Documentation

◆ Address

IPAddr icmp_echo_reply::Address

Definition at line 84 of file ipexport.h.

Referenced by ReceiveDatagram(), and testIcmpSendEcho().

◆ Data

PVOID icmp_echo_reply::Data

Definition at line 89 of file ipexport.h.

Referenced by ReceiveDatagram().

◆ DataSize

UINT16 icmp_echo_reply::DataSize

Definition at line 87 of file ipexport.h.

Referenced by ReceiveDatagram(), and testIcmpSendEcho().

◆ Options

IP_OPTION_INFORMATION icmp_echo_reply::Options

Definition at line 90 of file ipexport.h.

Referenced by ReceiveDatagram(), and testIcmpSendEcho().

◆ Reserved

UINT16 icmp_echo_reply::Reserved

Definition at line 88 of file ipexport.h.

Referenced by IcmpParseReplies(), and ReceiveDatagram().

◆ RoundTripTime

UINT32 icmp_echo_reply::RoundTripTime

Definition at line 86 of file ipexport.h.

Referenced by ReceiveDatagram(), and testIcmpSendEcho().

◆ Status

UINT32 icmp_echo_reply::Status

Definition at line 85 of file ipexport.h.

Referenced by IcmpParseReplies(), ReceiveDatagram(), and testIcmpSendEcho().


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