UbixOS
2.0
|
Data Fields | |
struct eth_addr * | ethaddr |
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...
Definition at line 71 of file ethernetif.c.
struct eth_addr* ethernetif::ethaddr |
Definition at line 72 of file ethernetif.c.