Home
last modified time | relevance | path

Searched refs:EFI_ICMP_ERROR (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiError.h55 #define EFI_ICMP_ERROR EFIERR (22) macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DUefiBaseTypes.h120 #define EFI_ICMP_ERROR RETURN_ICMP_ERROR macro
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiBaseType.h144 #define EFI_ICMP_ERROR RETURN_ICMP_ERROR macro
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DDxeIpIoLib.c381 IpIo->PktRcvdNotify (EFI_ICMP_ERROR, IcmpErr, Session, Pkt, IpIo->RcvdContext); in IpIoIcmpv4Handler()
542 IpIo->PktRcvdNotify (EFI_ICMP_ERROR, IcmpErr, Session, Pkt, IpIo->RcvdContext); in IpIoIcmpv6Handler()
1017 if (((EFI_SUCCESS != Status) && (EFI_ICMP_ERROR != Status)) || (NULL == RxData)) { in IpIoListenHandlerDpc()
2054 return EFI_ICMP_ERROR; in IpIoGetIcmpErrStatus()
2092 return EFI_ICMP_ERROR; in IpIoGetIcmpErrStatus()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcSupport.c252 if (Status != EFI_ICMP_ERROR) { in PxeBcIcmpErrorDpcHandle()
388 if (Status != EFI_ICMP_ERROR) { in PxeBcIcmp6ErrorDpcHandle()
1156 if (Token->Status == EFI_ICMP_ERROR || in PxeBcUdp4Read()
1260 if (Token->Status == EFI_ICMP_ERROR || in PxeBcUdp6Read()
DPxeBcImpl.c982 if (Status == EFI_ICMP_ERROR) { in EfiPxeBcMtftp()
1377 if (Status == EFI_ICMP_ERROR || in EfiPxeBcUdpRead()
DPxeBcBoot.c1247 } else if (Status == EFI_ICMP_ERROR) { in PxeBcLoadBootFile()
DPxeBcDhcp4.c1624 if (Status == EFI_ICMP_ERROR) { in PxeBcDhcp4Dora()
DPxeBcDhcp6.c2060 if (Status == EFI_ICMP_ERROR) { in PxeBcDhcp6Sarr()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c642 if (Status == EFI_ICMP_ERROR) { in EfiPxeBcDhcp()
1032 if (Status == EFI_ICMP_ERROR) { in EfiPxeBcDiscover()
1288 if (Status == EFI_ICMP_ERROR) { in EfiPxeBcMtftp()
1495 if (Status == EFI_ICMP_ERROR) { in EfiPxeBcUdpWrite()
1697 if (Status == EFI_ICMP_ERROR) { in EfiPxeBcUdpRead()
2133 if (Status == EFI_ICMP_ERROR) { in EfiPxeBcArp()
2943 } else if (Status == EFI_ICMP_ERROR) { in EfiPxeLoadFile()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Icmp.c195 IP4_GET_CLIP_INFO (Packet)->Status = EFI_ICMP_ERROR; in Ip4ProcessIcmpError()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
DPrint.c541 if (Status == EFI_ICMP_ERROR) { Desc = (CHAR8 *) "ICMP Error"; } else in EfiStatusToString()
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Icmp.c310 IP6_GET_CLIP_INFO (Packet)->Status = EFI_ICMP_ERROR; in Ip6ProcessIcmpError()
DIp6Nd.c1606 Status = EFI_ICMP_ERROR; in Ip6ProcessNeighborSolicit()
1776 return EFI_ICMP_ERROR; in Ip6ProcessNeighborAdvertise()
2932 EFI_ICMP_ERROR, in Ip6NdFasterTimerTicking()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Print/
DPrint.c744 } else if (Status == EFI_ICMP_ERROR) { in EfiStatusToString()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
DPrint.c937 if (Status == EFI_ICMP_ERROR) { Desc = (CHAR8 *) "ICMP Error"; } else in EfiStatusToString()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
DUdp4Impl.c1826 Instance->IcmpError = EFI_ICMP_ERROR; in Udp4IcmpHandler()
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
DUdp6Impl.c1863 Instance->IcmpError = EFI_ICMP_ERROR; in Udp6IcmpHandler()