|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/PxeBaseCode.h>
Data Fields | |
| UINT8 | Type |
| UINT8 | Code |
| UINT16 | Checksum |
| union { | |
| UINT32 reserved | |
| UINT32 Mtu | |
| UINT32 Pointer | |
| struct { | |
| UINT16 Identifier | |
| UINT16 Sequence | |
| } Echo | |
| } | u |
| UINT8 | Data [494] |
ICMP error format.
Definition at line 43 of file PxeBaseCode.h.
| UINT16 EFI_PXE_BASE_CODE_ICMP_ERROR::Checksum |
Definition at line 46 of file PxeBaseCode.h.
| UINT8 EFI_PXE_BASE_CODE_ICMP_ERROR::Code |
Definition at line 45 of file PxeBaseCode.h.
| UINT8 EFI_PXE_BASE_CODE_ICMP_ERROR::Data[494] |
Definition at line 56 of file PxeBaseCode.h.
| UINT16 EFI_PXE_BASE_CODE_ICMP_ERROR::Identifier |
Definition at line 52 of file PxeBaseCode.h.
| UINT32 EFI_PXE_BASE_CODE_ICMP_ERROR::Mtu |
Definition at line 49 of file PxeBaseCode.h.
| UINT32 EFI_PXE_BASE_CODE_ICMP_ERROR::Pointer |
Definition at line 50 of file PxeBaseCode.h.
| UINT32 EFI_PXE_BASE_CODE_ICMP_ERROR::reserved |
Definition at line 48 of file PxeBaseCode.h.
| UINT16 EFI_PXE_BASE_CODE_ICMP_ERROR::Sequence |
Definition at line 53 of file PxeBaseCode.h.
| UINT8 EFI_PXE_BASE_CODE_ICMP_ERROR::Type |
Definition at line 44 of file PxeBaseCode.h.