dhcpv6_opt_iaaddr_t Struct Reference

DHCPv6 IA address option format. More...

Detailed Description

DHCPv6 IA address option format.

See also
RFC 8415, section 21.6

Definition at line 173 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_IAADDR
 
network_uint16_t len
 25 + length of dhcpv6_opt_iapfx_t::opts in byte
 
ipv6_addr_t addr
 the address
 
network_uint32_t pref
 preferred lifetime (in sec)
 
network_uint32_t valid
 valid lifetime (in sec)
 
uint8_t opts []
 IAprefix options.
 

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