tcp_echoserver_error() is only used within LwIP_TCP_Echo_Server.
 
Symbols
loading...
Files
loading...

tcp_echoserver_error() function

This function implements the tcp_err callback function (called when a fatal tcp_connection error occurs.

Syntax

static void tcp_echoserver_error(void *arg,     err_t err);
Implemented in tcp_echoserver.c:271

Arguments

arg

pointer on argument parameter

err

not used

Return value

None

References

LocationReferrerText
tcp_echoserver.c:271
static void tcp_echoserver_error(void *arg, err_t err)
tcp_echoserver.c:68
static void tcp_echoserver_error(void *arg, err_t err);
tcp_echoserver.c:142tcp_echoserver_accept()
tcp_err(newpcb, tcp_echoserver_error);

Call Tree

Functions called by tcp_echoserver_error()
tcp_echoserver_error()
all items filtered out
Data read by tcp_echoserver_error()
Data written by tcp_echoserver_error()
tcp_echoserver_error()::es
all items filtered out
tcp_echoserver_error()
tcp_echoserver_error()::es
all items filtered out
Type of tcp_echoserver_error()
tcp_echoserver_error()
all items filtered out