DHCPv6 identity association for non-temporary addresses (IA_NA) option format. More...
DHCPv6 identity association for non-temporary addresses (IA_NA) option format.
#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. | |