iPXE
Data Fields
dhcpv6_iaaddr_option Struct Reference

DHCPv6 identity association address (IAADDR) option. More...

#include <dhcpv6.h>

Data Fields

struct dhcpv6_option header
 Option header. More...
 
struct in6_addr address
 IPv6 address. More...
 
uint32_t preferred
 Preferred lifetime (in seconds) More...
 
uint32_t valid
 Valid lifetime (in seconds) More...
 
struct dhcpv6_option options [0]
 IAADDR options. More...
 

Detailed Description

DHCPv6 identity association address (IAADDR) option.

Definition at line 78 of file dhcpv6.h.

Field Documentation

◆ header

struct dhcpv6_option dhcpv6_iaaddr_option::header

Option header.

Definition at line 80 of file dhcpv6.h.

Referenced by dhcpv6_iaaddr(), and dhcpv6_tx().

◆ address

struct in6_addr dhcpv6_iaaddr_option::address

IPv6 address.

Definition at line 82 of file dhcpv6.h.

Referenced by dhcpv6_iaaddr(), and dhcpv6_tx().

◆ preferred

uint32_t dhcpv6_iaaddr_option::preferred

Preferred lifetime (in seconds)

Definition at line 84 of file dhcpv6.h.

Referenced by dhcpv6_tx().

◆ valid

uint32_t dhcpv6_iaaddr_option::valid

Valid lifetime (in seconds)

Definition at line 86 of file dhcpv6.h.

Referenced by dhcpv6_tx().

◆ options

struct dhcpv6_option dhcpv6_iaaddr_option::options[0]

IAADDR options.

Definition at line 88 of file dhcpv6.h.

Referenced by dhcpv6_iaaddr().


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