|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ipexport.h>

Public Attributes | |
| IPAddr | Address |
| UINT32 | Status |
| UINT32 | RoundTripTime |
| UINT16 | DataSize |
| UINT16 | Reserved |
| PVOID | Data |
| IP_OPTION_INFORMATION | Options |
Definition at line 82 of file ipexport.h.
| IPAddr icmp_echo_reply::Address |
Definition at line 84 of file ipexport.h.
Referenced by ReceiveDatagram(), and testIcmpSendEcho().
| PVOID icmp_echo_reply::Data |
Definition at line 89 of file ipexport.h.
Referenced by ReceiveDatagram(), and testIcmpSendEcho().
| UINT16 icmp_echo_reply::DataSize |
Definition at line 87 of file ipexport.h.
Referenced by ReceiveDatagram(), and testIcmpSendEcho().
| IP_OPTION_INFORMATION icmp_echo_reply::Options |
Definition at line 90 of file ipexport.h.
Referenced by ReceiveDatagram(), and testIcmpSendEcho().
| UINT16 icmp_echo_reply::Reserved |
Definition at line 88 of file ipexport.h.
Referenced by IcmpParseReplies(), ReceiveDatagram(), and testIcmpParseReplies().
| UINT32 icmp_echo_reply::RoundTripTime |
Definition at line 86 of file ipexport.h.
Referenced by ReceiveDatagram(), and testIcmpSendEcho().
| UINT32 icmp_echo_reply::Status |
Definition at line 85 of file ipexport.h.
Referenced by IcmpParseReplies(), ReceiveDatagram(), testIcmpParseReplies(), and testIcmpSendEcho().