#include <sys/types.h>
#include <dev/netbuf.h>
#include <net/if_var.h>
Go to the source code of this file.
Functions | |
void | NutEtherInput (NUTDEVICE *dev, NETBUF *nb) |
Handle incoming Ethernet frames. | |
int | NutEtherOutput (NUTDEVICE *dev, u_short type, u_char *ha, NETBUF *nb) |
Send Ethernet frame. |