Supports IP handlers, registered at runtime. More...
#include <sys/types.h>#include <sys/heap.h>#include <netinet/if_ether.h>#include <netinet/ip.h>#include <stdlib.h>#include <memdebug.h>
Go to the source code of this file.
Data Structures | |
| struct | _INET_PROTOCOLS |
Typedefs | |
| typedef struct _INET_PROTOCOLS | INET_PROTOCOLS |
| Linked list of registered Internet protocols. | |
Functions | |
| int | NutRegisterIpHandler (uint8_t prot, int(*hdlr)(NUTDEVICE *, NETBUF *)) |
| Register an additional Ethernet protocol handler. | |
Supports IP handlers, registered at runtime.
* $Id: ipdemux.c 2463 2009-02-13 14:52:05Z haraldkipp $ *
Definition in file ipdemux.c.