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. |