ReactOS
0.4.14-dev-608-gd495a4f
|
#include <ipexport.h>
Public Attributes | |
IPAddr | Address |
ULONG | Status |
ULONG | RoundTripTime |
unsigned short | DataSize |
unsigned short | Reserved |
void * | Data |
struct ip_option_information | Options |
Definition at line 67 of file ipexport.h.
IPAddr icmp_echo_reply::Address |
Definition at line 69 of file ipexport.h.
Referenced by DecodeResponse(), IcmpSendEcho(), Ping(), system_icmp(), and testIcmpSendEcho().
void* icmp_echo_reply::Data |
Definition at line 74 of file ipexport.h.
Referenced by IcmpSendEcho(), and system_icmp().
Definition at line 72 of file ipexport.h.
Referenced by IcmpSendEcho(), Ping(), system_icmp(), and testIcmpSendEcho().
struct ip_option_information icmp_echo_reply::Options |
Definition at line 75 of file ipexport.h.
Referenced by IcmpSendEcho(), Ping(), system_icmp(), and testIcmpSendEcho().
Definition at line 73 of file ipexport.h.
Referenced by IcmpSendEcho().
ULONG icmp_echo_reply::RoundTripTime |
Definition at line 71 of file ipexport.h.
Referenced by DecodeResponse(), IcmpSendEcho(), Ping(), system_icmp(), and testIcmpSendEcho().
ULONG icmp_echo_reply::Status |
Definition at line 70 of file ipexport.h.
Referenced by DecodeResponse(), IcmpSendEcho(), Ping(), system_icmp(), and testIcmpSendEcho().