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

tcp_echoserver_connection_close() function

This functions closes the tcp connection

Syntax

static void tcp_echoserver_connection_close(struct tcp_pcb *tpcb,     struct tcp_echoserver_struct *es);
Implemented in tcp_echoserver.c:422

Arguments

tpcb

es

pointer on echo_state structure

Return value

None

References

LocationReferrerText
tcp_echoserver.c:422
static void tcp_echoserver_connection_close(struct tcp_pcb *tpcb, struct tcp_echoserver_struct *es)
tcp_echoserver.c:72
static void tcp_echoserver_connection_close(struct tcp_pcb *tpcb, struct tcp_echoserver_struct *es);
tcp_echoserver.c:152tcp_echoserver_accept()
tcp_echoserver_connection_close(newpcb, es);
tcp_echoserver.c:185tcp_echoserver_recv()
tcp_echoserver_connection_close(tpcb, es);
tcp_echoserver.c:311tcp_echoserver_poll()
tcp_echoserver_connection_close(tpcb, es);
tcp_echoserver.c:350tcp_echoserver_sent()
tcp_echoserver_connection_close(tpcb, es);

Call Tree

Functions calling tcp_echoserver_connection_close()
Functions called by tcp_echoserver_connection_close()
tcp_echoserver_connection_close()
Data read by tcp_echoserver_connection_close()
tcp_echoserver_connection_close()