Network interface controller definitions. More...
Go to the source code of this file.
Data Structures | |
| struct | _NICINFO |
| Network interface controller information structure. More... | |
Defines | |
| #define | DEV_ETHER devEth0 |
Typedefs | |
| typedef struct _NICINFO | NICINFO |
| Network interface controller information type. | |
Functions | |
| int | NicInit (NUTDEVICE *dev) |
| Initialize Ethernet hardware. | |
| int | NicOutput (NUTDEVICE *dev, NETBUF *nb) |
| Send Ethernet packet. | |
Variables | |
| NUTDEVICE | devEth0 |
| Device information structure. | |
| NUTDEVICE | devEth0cs |
Network interface controller definitions.
| #define DEV_ETHER devEth0 |