iPXE
Data Fields
EFI_PXE_BASE_CODE_ICMP_ERROR Struct Reference

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]
 

Detailed Description

ICMP error format.

Definition at line 45 of file PxeBaseCode.h.

Field Documentation

◆ Type

UINT8 EFI_PXE_BASE_CODE_ICMP_ERROR::Type

Definition at line 46 of file PxeBaseCode.h.

◆ Code

UINT8 EFI_PXE_BASE_CODE_ICMP_ERROR::Code

Definition at line 47 of file PxeBaseCode.h.

◆ Checksum

UINT16 EFI_PXE_BASE_CODE_ICMP_ERROR::Checksum

Definition at line 48 of file PxeBaseCode.h.

◆ reserved

UINT32 EFI_PXE_BASE_CODE_ICMP_ERROR::reserved

Definition at line 50 of file PxeBaseCode.h.

◆ Mtu

UINT32 EFI_PXE_BASE_CODE_ICMP_ERROR::Mtu

Definition at line 51 of file PxeBaseCode.h.

◆ Pointer

UINT32 EFI_PXE_BASE_CODE_ICMP_ERROR::Pointer

Definition at line 52 of file PxeBaseCode.h.

◆ Identifier

UINT16 EFI_PXE_BASE_CODE_ICMP_ERROR::Identifier

Definition at line 54 of file PxeBaseCode.h.

◆ Sequence

UINT16 EFI_PXE_BASE_CODE_ICMP_ERROR::Sequence

Definition at line 55 of file PxeBaseCode.h.

◆ Echo

struct { ... } EFI_PXE_BASE_CODE_ICMP_ERROR::Echo

◆ u

union { ... } EFI_PXE_BASE_CODE_ICMP_ERROR::u

◆ Data

UINT8 EFI_PXE_BASE_CODE_ICMP_ERROR::Data[494]

Definition at line 58 of file PxeBaseCode.h.


The documentation for this struct was generated from the following file: