DHCPv6 IA prefix option format. More...
DHCPv6 IA prefix option format.
#include <_dhcpv6.h>
Data Fields | |
| network_uint16_t | type |
| DHCPV6_OPT_IAPFX | |
| network_uint16_t | len |
| 25 + length of dhcpv6_opt_iapfx_t::opts in byte | |
| network_uint32_t | pref |
| preferred lifetime (in sec) | |
| network_uint32_t | valid |
| valid lifetime (in sec) | |
| uint8_t | pfx_len |
| length of dhcpv6_opt_iapfx_t::pfx in bits | |
| ipv6_addr_t | pfx |
| the prefix | |
| uint8_t | opts [] |
| IAprefix options. | |