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

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

Data Fields

UINT32 MessageType: 8
 
UINT32 TransactionId: 24
 

Detailed Description

EFI_DHCP6_HEADER defines the format of the DHCPv6 header. See RFC 3315 for more information.

Definition at line 166 of file Dhcp6.h.

Field Documentation

◆ MessageType

UINT32 EFI_DHCP6_HEADER::MessageType

The DHCPv6 transaction ID.

Definition at line 170 of file Dhcp6.h.

◆ TransactionId

UINT32 EFI_DHCP6_HEADER::TransactionId

The DHCPv6 message type.

Definition at line 174 of file Dhcp6.h.


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