Loading...
Searching...
No Matches
eui48_conf_t Struct Reference

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

Detailed Description

Structure to hold providers for EUI-48 addresses.

Definition at line 136 of file eui_provider.h.

#include <eui_provider.h>

Data Fields

netdev_get_eui48_cb_t provider
 function to provide an EUI-48

 
netdev_type_t type
 device type to match

 
uint8_t index
 device index to match or NETDEV_INDEX_ANY

 

Field Documentation

◆ index

uint8_t eui48_conf_t::index

device index to match or NETDEV_INDEX_ANY

Definition at line 139 of file eui_provider.h.

◆ provider

netdev_get_eui48_cb_t eui48_conf_t::provider

function to provide an EUI-48

Definition at line 137 of file eui_provider.h.

◆ type

netdev_type_t eui48_conf_t::type

device type to match

Definition at line 138 of file eui_provider.h.


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