TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_IP6_ICMP_TYPE Struct Reference

#include <MdePkg/Include/Protocol/Ip6.h>

Data Fields

UINT8 Type
 The type of ICMP message.
 
UINT8 Code
 The code of the ICMP message.
 

Detailed Description

EFI_IP6_ICMP_TYPE is used to describe those ICMP messages that are supported by this EFI IPv6 Protocol driver.

Definition at line 297 of file Ip6.h.

Field Documentation

◆ Code

UINT8 EFI_IP6_ICMP_TYPE::Code

The code of the ICMP message.

Definition at line 299 of file Ip6.h.

◆ Type

UINT8 EFI_IP6_ICMP_TYPE::Type

The type of ICMP message.

Definition at line 298 of file Ip6.h.


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