UbixOS  2.0
ethernetif Struct Reference
Collaboration diagram for ethernetif:
Collaboration graph

Data Fields

struct eth_addrethaddr
 

Detailed Description

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.

Field Documentation

◆ ethaddr

struct eth_addr* ethernetif::ethaddr

Definition at line 72 of file ethernetif.c.


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