Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Icmp.h27 #define ICMP_PARAMETER_PROBLEM 12 macro
DIp4Icmp.c30 {ICMP_PARAMETER_PROBLEM, ICMP_ERROR_MESSAGE },
67 {ICMP_PARAMETER_PROBLEM, ICMP_DEFAULT_CODE },
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcSupport.h25 #define ICMP_PARAMETER_PROBLEM 12 macro
DPxeBcSupport.c293 Type != ICMP_PARAMETER_PROBLEM) { in PxeBcIcmpErrorDpcHandle()