#include <cfg/ip.h>#include <net/route.h>#include <netinet/in.h>#include <netinet/ip.h>#include <netinet/icmp.h>#include <netinet/ip_icmp.h>#include <netinet/igmp.h>#include <netinet/udp.h>#include <sys/socket.h>#include <arpa/inet.h>
Go to the source code of this file.
Functions | |
| void | NutIpSetInputFilter (NutIpFilterFunc callbackFunc) |
| Set filter function for incoming IP datagrams. | |
| void | NutIpInput (NUTDEVICE *dev, NETBUF *nb) |
| Process incoming IP datagrams. | |
Variables | |
| int(* | ip_demux )(NUTDEVICE *, NETBUF *) |
| Pointer to an optional demultiplexer. | |