|
iPXE
|
ICMP error format. More...
#include <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 45 of file PxeBaseCode.h.
| UINT8 EFI_PXE_BASE_CODE_ICMP_ERROR::Type |
Definition at line 46 of file PxeBaseCode.h.
| UINT8 EFI_PXE_BASE_CODE_ICMP_ERROR::Code |
Definition at line 47 of file PxeBaseCode.h.
| UINT16 EFI_PXE_BASE_CODE_ICMP_ERROR::Checksum |
Definition at line 48 of file PxeBaseCode.h.
| UINT32 EFI_PXE_BASE_CODE_ICMP_ERROR::reserved |
Definition at line 50 of file PxeBaseCode.h.
| UINT32 EFI_PXE_BASE_CODE_ICMP_ERROR::Mtu |
Definition at line 51 of file PxeBaseCode.h.
| UINT32 EFI_PXE_BASE_CODE_ICMP_ERROR::Pointer |
Definition at line 52 of file PxeBaseCode.h.
| UINT16 EFI_PXE_BASE_CODE_ICMP_ERROR::Identifier |
Definition at line 54 of file PxeBaseCode.h.
| UINT16 EFI_PXE_BASE_CODE_ICMP_ERROR::Sequence |
Definition at line 55 of file PxeBaseCode.h.
| struct { ... } EFI_PXE_BASE_CODE_ICMP_ERROR::Echo |
| union { ... } EFI_PXE_BASE_CODE_ICMP_ERROR::u |
| UINT8 EFI_PXE_BASE_CODE_ICMP_ERROR::Data[494] |
Definition at line 58 of file PxeBaseCode.h.
1.8.15