iPXE
|
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... | |
DHCPv6 identity association for non-temporary address (IA_NA) option.
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().
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().
uint32_t dhcpv6_ia_na_option::renew |
uint32_t dhcpv6_ia_na_option::rebind |
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().