iPXE
Data Fields
EFI_DHCP6_HEADER Struct Reference

EFI_DHCP6_HEADER defines the format of the DHCPv6 header. More...

#include <Dhcp6.h>

Data Fields

UINT32 MessageType: 8
 The DHCPv6 transaction ID. More...
 
UINT32 TransactionId: 24
 The DHCPv6 message type. More...
 

Detailed Description

EFI_DHCP6_HEADER defines the format of the DHCPv6 header.

See RFC 3315 for more information.

Definition at line 168 of file Dhcp6.h.

Field Documentation

◆ MessageType

UINT32 EFI_DHCP6_HEADER::MessageType

The DHCPv6 transaction ID.

Definition at line 172 of file Dhcp6.h.

◆ TransactionId

UINT32 EFI_DHCP6_HEADER::TransactionId

The DHCPv6 message type.

Definition at line 176 of file Dhcp6.h.


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