Loading...
Searching...
No Matches
dhcpv6_opt_dns_rns_t Struct Reference

DHCPv6 DNS recursive name server option. More...

Detailed Description

DHCPv6 DNS recursive name server option.

See also
[RFC 3646, section 3] (https://datatracker.ietf.org/doc/html/rfc3646#section-3)
Note
Only parsed with dhcpv6_client_dns module compiled in.

Definition at line 259 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_DNS_RNS
 
network_uint16_t len
 length of dhcpv6_opt_status_t::dns_rns in byte
 
ipv6_addr_t dns_rns []
 addresses of DNS recursive name servers in order of preference
 

Field Documentation

◆ dns_rns

ipv6_addr_t dhcpv6_opt_dns_rns_t::dns_rns[]

addresses of DNS recursive name servers in order of preference

Definition at line 262 of file _dhcpv6.h.

◆ len

network_uint16_t dhcpv6_opt_dns_rns_t::len

length of dhcpv6_opt_status_t::dns_rns in byte

Definition at line 261 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_dns_rns_t::type

DHCPV6_OPT_DNS_RNS

Definition at line 260 of file _dhcpv6.h.


The documentation for this struct was generated from the following file: