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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecMain.c192 } else if (OldLastHead == IP6_ICMP && *IpPayload != ICMP_V6_ECHO_REQUEST) {
198 } else if (OldLastHead == IP6_ICMP && *IpPayload != ICMP_V6_ECHO_REQUEST) {
233 if (OldLastHead == IP6_ICMP &&
H A DIpSecImpl.c290 case IP6_ICMP:
481 if (OldLastHead != IP6_ICMP ||
482 (OldLastHead == IP6_ICMP && *IpPayload == ICMP_V6_ECHO_REQUEST)
1149 case IP6_ICMP:
1290 case IP6_ICMP:
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Mld.c158 Status = Ip6FillHopByHop (NULL, &OptionLen, IP6_ICMP);
191 Status = Ip6FillHopByHop (Options, &OptionLen, IP6_ICMP);
212 IP6_ICMP,
262 Status = Ip6FillHopByHop (NULL, &OptionLen, IP6_ICMP);
295 Status = Ip6FillHopByHop (Options, &OptionLen, IP6_ICMP);
316 IP6_ICMP,
H A DIp6Icmp.c178 ReplyHead.NextHeader = IP6_ICMP;
432 IP6_ICMP,
639 Head.NextHeader = IP6_ICMP;
H A DIp6Option.c205 NextHeader == IP6_ICMP ||
H A DIp6Input.c1089 case IP6_ICMP:
1336 if ((*Proto == IP6_ICMP) && (!Config->AcceptAnyProtocol) && (*Proto != Config->DefaultProtocol)) {
H A DIp6Output.c605 case IP6_ICMP:
H A DIp6Nd.c1130 Head.NextHeader = IP6_ICMP;
1245 Head.NextHeader = IP6_ICMP;
1376 Head.NextHeader = IP6_ICMP;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h39 #define IP6_ICMP 58 macro
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c258 if (RxData->Header->NextHeader != IP6_ICMP) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.c1795 Override.Ip6OverrideData.Protocol = IP6_ICMP;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c1050 Ip6CfgData->DefaultProtocol = IP6_ICMP;
H A DPxeBcSupport.c421 if (RxData->Header->NextHeader != IP6_ICMP) {
423 // The nextheader in the header of the receveid packet should be IP6_ICMP.
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c466 if (((EFI_IP6_RECEIVE_DATA*)Private->RxToken.Packet.RxData)->Header->NextHeader != IP6_ICMP) {

Completed in 112 milliseconds