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

tcp_listen_closed() function

Called when a listen pcb is closed. Iterates all pcb lists and removes the closed listener pcb from pcb->listener if matching.

Syntax

static void tcp_listen_closed(struct tcp_pcb *pcb);

Arguments

pcb

References

LocationReferrerText
tcp.c:269
tcp_listen_closed(struct tcp_pcb *pcb)
tcp.c:393tcp_close_shutdown()
tcp_listen_closed(pcb);

Call Tree

Functions calling tcp_listen_closed()
Functions called by tcp_listen_closed()
all items filtered out
tcp_listen_closed()
printf()
all items filtered out
Data read by tcp_listen_closed()
Data written by tcp_listen_closed()
tcp_listen_closed()
tcp_listen_closed()::i
all items filtered out
Type of tcp_listen_closed()
tcp_listen_closed()
size_t
all items filtered out