iPXE
Data Fields
dhcpv6_header Struct Reference

A DHCPv6 header. More...

#include <dhcpv6.h>

Data Fields

uint8_t type
 Message type. More...
 
uint8_t xid [3]
 Transaction ID. More...
 
struct dhcpv6_option options [0]
 Options. More...
 

Detailed Description

A DHCPv6 header.

Definition at line 240 of file dhcpv6.h.

Field Documentation

◆ type

uint8_t dhcpv6_header::type

Message type.

Definition at line 242 of file dhcpv6.h.

◆ xid

uint8_t dhcpv6_header::xid[3]

Transaction ID.

Definition at line 244 of file dhcpv6.h.

◆ options

struct dhcpv6_option dhcpv6_header::options[0]

Options.

Definition at line 246 of file dhcpv6.h.


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