#include <cfg/os.h>#include <net/if_var.h>#include <net/ether.h>#include <netinet/if_ether.h>#include <dev/null_ether.h>
Go to the source code of this file.
Functions | |
| int | NullEtherOutput (NUTDEVICE *dev, NETBUF *nb) |
| Send Ethernet packet. | |
| int | NullEtherInit (NUTDEVICE *dev) |
| Initialize Ethernet hardware. | |
Variables | |
| NUTDEVICE | devNullEther |
| Device information structure. | |