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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Icmp.c81 ICMP_V6_ECHO_REPLY,
167 Icmp->Head.Type = ICMP_V6_ECHO_REPLY;
380 case ICMP_V6_ECHO_REPLY:
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp6.h96 #define ICMP_V6_ECHO_REPLY 0x81 macro
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c267 if ((Reply->Type != ICMP_V6_ECHO_REPLY) || (Reply->Code != 0)) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c474 if ((Reply->Type != ICMP_V6_ECHO_REPLY) || (Reply->Code != 0)) {

Completed in 53 milliseconds