Recursive DNS server option format with payload. More...
Recursive DNS server option format with payload.
Auxiliary struct that contains a zero-length array as convenience pointer to the addresses. Only for use in C, invalid in ISO-C++.
#include <ndp.h>
Data Fields | |
| uint8_t | type | 
| option type  | |
| uint8_t | len | 
| length in units of 8 octets  | |
| network_uint16_t | resv | 
| reserved field  | |
| network_uint32_t | ltime | 
| lifetime in seconds  | |
| ipv6_addr_t | addrs [] | 
| addresses of IPv6 recursive DNS servers  | |
  Data Fields inherited from ndp_opt_rdnss_t | |
| uint8_t | type | 
| option type  | |
| uint8_t | len | 
| length in units of 8 octets  | |
| network_uint16_t | resv | 
| reserved field  | |
| network_uint32_t | ltime | 
| lifetime in seconds  | |
  Data Fields inherited from ndp_opt_t | |
| uint8_t | type | 
| option type  | |
| uint8_t | len | 
| length in units of 8 octets  | |