Searched refs:ICMP_ECHO_REPLY (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Icmp.h21 #define ICMP_ECHO_REPLY 0 macro
H A DIp4Icmp.c18 {ICMP_ECHO_REPLY, ICMP_QUERY_MESSAGE },
39 {ICMP_ECHO_REPLY, ICMP_DEFAULT_CODE },
243 Icmp->Head.Type = ICMP_ECHO_REPLY;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dipexport.h76 typedef struct icmp_echo_reply ICMP_ECHO_REPLY, *PICMP_ECHO_REPLY; typedef in typeref:struct:icmp_echo_reply
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dipexport.h73 typedef struct icmp_echo_reply ICMP_ECHO_REPLY, *PICMP_ECHO_REPLY; typedef in typeref:struct:icmp_echo_reply
/vbox/src/VBox/Devices/Network/slirp/
H A Dip_icmpwin.c147 bufsize = sizeof(ICMP_ECHO_REPLY);
342 ICMP_ECHO_REPLY *reply;
362 reply = (ICMP_ECHO_REPLY *)pong->buf;
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping_win.c210 bufsize = sizeof(ICMP_ECHO_REPLY);
318 ICMP_ECHO_REPLY *reply;
339 reply = (ICMP_ECHO_REPLY *)pong->buf;

Completed in 51 milliseconds