Nut/OS  4.10.3
API Reference
ethin.c File Reference
#include <sys/types.h>
#include <netinet/if_ether.h>
#include <netinet/ip.h>
#include <netinet/in.h>
#include <net/ether.h>
Include dependency graph for ethin.c:

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.