Loading...
Searching...
No Matches
dhcpv6_opt_iid_t Struct Reference

DHCPv6 interface-id option. More...

Detailed Description

DHCPv6 interface-id option.

See also
[RFC 8415, section 21.18] (https://tools.ietf.org/html/rfc8415#section-21.18)

Definition at line 247 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_IID
 
network_uint16_t len
 length of dhcpv6_opt_iid_t::iid in byte
 
uint8_t iid []
 opaque interface identifier
 

Field Documentation

◆ iid

uint8_t dhcpv6_opt_iid_t::iid[]

opaque interface identifier

Definition at line 250 of file _dhcpv6.h.

◆ len

network_uint16_t dhcpv6_opt_iid_t::len

length of dhcpv6_opt_iid_t::iid in byte

Definition at line 249 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_iid_t::type

DHCPV6_OPT_IID

Definition at line 248 of file _dhcpv6.h.


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