Home
last modified time | relevance | path

Searched refs:PICMP_ECHO_REPLY32 (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/psdk/
H A Dipexport.h107 typedef struct icmp_echo_reply32 ICMP_ECHO_REPLY32, *PICMP_ECHO_REPLY32; typedef
/reactos/base/applications/network/tracert/
H A Dtracert.cpp296 PICMP_ECHO_REPLY32 EchoReplyV4; in GetResponseStats()
297 EchoReplyV4 = (PICMP_ECHO_REPLY32)ReplyBuffer; in GetResponseStats()
/reactos/base/applications/network/ping/
H A Dping.c581 PICMP_ECHO_REPLY32 pEchoReply; in Ping()
588 pEchoReply = (PICMP_ECHO_REPLY32)ReplyBuffer; in Ping()