iPXE
|
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... | |
struct dhcpv6_option dhcpv6_iaaddr_option::header |
Option header.
Definition at line 80 of file dhcpv6.h.
Referenced by dhcpv6_iaaddr(), and dhcpv6_tx().
struct in6_addr dhcpv6_iaaddr_option::address |
IPv6 address.
Definition at line 82 of file dhcpv6.h.
Referenced by dhcpv6_iaaddr(), and dhcpv6_tx().
uint32_t dhcpv6_iaaddr_option::preferred |
uint32_t dhcpv6_iaaddr_option::valid |
struct dhcpv6_option dhcpv6_iaaddr_option::options[0] |