#include <MdePkg/Include/Protocol/Dhcp6.h>
EFI_DHCP6_PACKET defines the format of the DHCPv6 packet. See RFC 3315 for more information.
Definition at line 181 of file Dhcp6.h.
◆ Header
The DHCPv6 packet header.
Definition at line 195 of file Dhcp6.h.
◆ Length
UINT32 EFI_DHCP6_PACKET::Length |
Length of the EFI_DHCP6_PACKET from the first byte of the Header field to the last byte of the Option[] field.
Definition at line 190 of file Dhcp6.h.
◆ Option
UINT8 EFI_DHCP6_PACKET::Option[1] |
Start of the DHCPv6 packed option data.
Definition at line 199 of file Dhcp6.h.
◆ Size
UINT32 EFI_DHCP6_PACKET::Size |
The documentation for this struct was generated from the following file: