Helper struct to hold private data used to operate your ethernet interface.
Keeping the ethernet address of the MAC in this struct is not necessary as it is already kept in the struct netif. But this is only an example, anyway...
Data Fields | |
struct eth_addr * | ethaddr |
struct eth_addr * ethernetif::ethaddr |