dhcpv6_opt_ia_na_t Struct Reference

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

Detailed Description

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

See also
RFC 8415, section 21.4

Definition at line 159 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_IA_NA
 
network_uint16_t len
 12 + length of dhcpv6_opt_ia_na_t::opts in byte
 
network_uint32_t ia_id
 Unique ID for this IA_NA.
 
network_uint32_t t1
 DHCPv6 T1 time (in sec)
 
network_uint32_t t2
 DHCPv6 T2 time (in sec)
 
uint8_t opts []
 IA_NA options.
 

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