This module is added to the application code only if NutRegisterEthHandler() is called.
* $Id: ethdemux.c,v 1.2 2008/08/25 14:25:57 haraldkipp Exp $ *
Definition in file ethdemux.c.
Go to the source code of this file.
Typedefs | |
typedef struct _ETH_PROTOCOLS | ETH_PROTOCOLS |
Linked list of registered Ethernet protocols. | |
Functions | |
int | NutRegisterEthHandler (uint16_t type, uint16_t mask, int(*hdlr)(NUTDEVICE *, NETBUF *)) |
Register an additional Ethernet protocol handler. |