Loading...
Searching...
No Matches
dhcpv6_opt_mud_url_t Struct Reference

MUD URL DHCPv6 option format. More...

Detailed Description

MUD URL DHCPv6 option format.

See also
[RFC 8520, section 10] (https://tools.ietf.org/html/rfc8520#section-10)

Definition at line 335 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_MUD_URL
 
network_uint16_t len
 length of the mud_string in octets.
 
char mud_string []
 MUD URL using the "https" scheme.
 

Field Documentation

◆ len

network_uint16_t dhcpv6_opt_mud_url_t::len

length of the mud_string in octets.

Definition at line 337 of file _dhcpv6.h.

◆ mud_string

char dhcpv6_opt_mud_url_t::mud_string[]

MUD URL using the "https" scheme.

Definition at line 338 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_mud_url_t::type

DHCPV6_OPT_MUD_URL

Definition at line 336 of file _dhcpv6.h.


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