netif_input() is only used within LwIP.
 
Symbols
loading...
Files
loading...

netif_input() function

Forwards a received packet for input processing with ethernet_input() or ip_input() depending on netif flags. Don't call directly, pass to netif_add() and call netif->input(). Only works if the netif driver correctly sets NETIF_FLAG_ETHARP and/or NETIF_FLAG_ETHERNET flag!

Syntax

err_t netif_input(struct pbuf *p,     struct netif *inp);
Implemented in netif.c:216

Arguments

p

inp

References

LocationText
netif.c:217
netif_input(struct pbuf *p, struct netif *inp)
netif.h:507
err_t netif_input(struct pbuf *p, struct netif *inp);

Call Tree

Functions called by netif_input()
netif_input()
printf()
all items filtered out
Data read by netif_input()
netif_input()
Type of netif_input()
netif_input()
all items filtered out