Home
last modified time | relevance | path

Searched refs:ICMP_TIME_EXCEEDED (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Icmp.c29 {ICMP_TIME_EXCEEDED, ICMP_ERROR_MESSAGE },
64 {ICMP_TIME_EXCEEDED, ICMP_TIMEOUT_IN_TRANSIT },
65 {ICMP_TIME_EXCEEDED, ICMP_TIMEOUT_REASSEMBLE },
DIp4Icmp.h26 #define ICMP_TIME_EXCEEDED 11 macro
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcSupport.h24 #define ICMP_TIME_EXCEEDED 11 macro
DPxeBcSupport.c292 Type != ICMP_TIME_EXCEEDED && in PxeBcIcmpErrorDpcHandle()