DHCPv6 status code option format. More...
DHCPv6 status code option format.
#include <_dhcpv6.h>
Data Fields | |
network_uint16_t | type |
DHCPV6_OPT_STATUS | |
network_uint16_t | len |
2 + length of dhcpv6_opt_status_t::msg in byte | |
network_uint16_t | code |
status code | |
char | msg [] |
UTF-8 encoded text string (not 0-terminated!) | |
network_uint16_t dhcpv6_opt_status_t::code |
network_uint16_t dhcpv6_opt_status_t::len |
2 + length of dhcpv6_opt_status_t::msg in byte
char dhcpv6_opt_status_t::msg[] |
network_uint16_t dhcpv6_opt_status_t::type |