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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c108 #define ICMP_V4_ECHO_REQUEST 0x8 macro
598 Request->Type = (UINT8)(Private->IpChoice==PING_IP_CHOICE_IP6?ICMP_V6_ECHO_REQUEST:ICMP_V4_ECHO_REQUEST);

Completed in 2616 milliseconds