DHCPv6 IA address option format. More...
DHCPv6 IA address option format.
#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. | |