ethernetif_input() is only used within LwIP_IAP.
 
Symbols
loading...
Files
loading...

ethernetif_input() function

This function should be called when a packet is ready to be read from the interface. It uses the function low_level_input() that should handle the actual reception of bytes from the network interface. Then the type of the received packet is determined and the appropriate input function is called.

Syntax

void ethernetif_input(struct netif *netif);
Implemented in ethernetif.c:246

Arguments

netif

the lwip network interface structure for this ethernetif

References

LocationReferrerText
ethernetif.c:246
void ethernetif_input(struct netif *netif)
ethernetif.h:28
void ethernetif_input(struct netif *netif);
main.c:123main()
ethernetif_input(&gnetif);

Call Tree

Functions calling ethernetif_input()
Functions called by ethernetif_input()
all items filtered out
ethernetif_input()
Data read by ethernetif_input()
Data written by ethernetif_input()
ethernetif_input()::p
all items filtered out
ethernetif_input()
ethernetif_input()::p
all items filtered out
Type of ethernetif_input()
ethernetif_input()
all items filtered out