#include <sys/types.h>#include <netinet/if_ether.h>#include <netinet/ip.h>#include <netinet/in.h>#include <net/ether.h>
Go to the source code of this file.
Functions | |
| void | NutEtherInput (NUTDEVICE *dev, NETBUF *nb) |
| Handle incoming Ethernet frames. | |
Variables | |
| int(* | ether_demux )(NUTDEVICE *, NETBUF *) |
| Pointer to an optional demultiplexer. | |