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

ethernetif_input() function

This function is the ethernetif_input task, it is processed 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

static void ethernetif_input( void const * argument );
Implemented in ethernetif.c:462

Arguments

argument

References

LocationReferrerText
ethernetif.c:462
void ethernetif_input( void const * argument )
ethernetif.c:67
static void ethernetif_input( void const * argument );
ethernetif.c:249low_level_init()

Call Tree

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