iPXE
Data Fields
dhcpv6_ia_na_option Struct Reference

DHCPv6 identity association for non-temporary address (IA_NA) option. More...

#include <dhcpv6.h>

Data Fields

struct dhcpv6_option header
 Option header. More...
 
uint32_t iaid
 Identity association identifier (IAID) More...
 
uint32_t renew
 Renew time (in seconds) More...
 
uint32_t rebind
 Rebind time (in seconds) More...
 
struct dhcpv6_option options [0]
 IA_NA options. More...
 

Detailed Description

DHCPv6 identity association for non-temporary address (IA_NA) option.

Definition at line 61 of file dhcpv6.h.

Field Documentation

◆ header

struct dhcpv6_option dhcpv6_ia_na_option::header

Option header.

Definition at line 63 of file dhcpv6.h.

Referenced by dhcpv6_iaaddr(), and dhcpv6_tx().

◆ iaid

uint32_t dhcpv6_ia_na_option::iaid

Identity association identifier (IAID)

Definition at line 65 of file dhcpv6.h.

Referenced by dhcpv6_iaaddr(), and dhcpv6_tx().

◆ renew

uint32_t dhcpv6_ia_na_option::renew

Renew time (in seconds)

Definition at line 67 of file dhcpv6.h.

Referenced by dhcpv6_tx().

◆ rebind

uint32_t dhcpv6_ia_na_option::rebind

Rebind time (in seconds)

Definition at line 69 of file dhcpv6.h.

Referenced by dhcpv6_tx().

◆ options

struct dhcpv6_option dhcpv6_ia_na_option::options[0]

IA_NA options.

Definition at line 71 of file dhcpv6.h.

Referenced by dhcpv6_iaaddr(), and dhcpv6_tx().


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