Nut/OS  4.10.3
API Reference
ipdemux.c File Reference

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>
Include dependency graph for ipdemux.c:

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.

Detailed Description

Supports IP handlers, registered at runtime.

 * $Id: ipdemux.c 2463 2009-02-13 14:52:05Z haraldkipp $
 * 

Definition in file ipdemux.c.