pub const netopt_t_NETOPT_IPV6_IID: netopt_t = 8;
Expand description

@brief (@ref eui64_t) get the IPv6 interface identifier of a network interface

@see RFC 4291, section 2.5.1

@note Do not implement this in a network device driver. Other APIs utilizing [netopt](@ref net_netopt) such as @ref net_gnrc_netif or @ref net_netif may still implement it.

The generation of the interface identifier is dependent on the link-layer. Please refer to the appropriate IPv6 over <link> specification for further implementation details (such as RFC 2464 or RFC 4944).