Loading...
Searching...
No Matches
eui64_conf_t Struct Reference

Structure to hold providers for EUI-64 addresses. More...

Detailed Description

Structure to hold providers for EUI-64 addresses.

Definition at line 145 of file eui_provider.h.

#include <eui_provider.h>

Data Fields

netdev_get_eui64_cb_t provider
 function to provide an EUI-64

 
netdev_type_t type
 device type to match

 
uint8_t index
 device index to match or NETDEV_INDEX_ANY

 

Field Documentation

◆ index

uint8_t eui64_conf_t::index

device index to match or NETDEV_INDEX_ANY

Definition at line 148 of file eui_provider.h.

◆ provider

netdev_get_eui64_cb_t eui64_conf_t::provider

function to provide an EUI-64

Definition at line 146 of file eui_provider.h.

◆ type

netdev_type_t eui64_conf_t::type

device type to match

Definition at line 147 of file eui_provider.h.


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