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

tcp_input_delayed_close() function

Called from tcp_input to check for TF_CLOSED flag. This results in closing and deallocating a pcb at the correct place to ensure noone references it any more.

Syntax

static int tcp_input_delayed_close(struct tcp_pcb *pcb);
Implemented in tcp_in.c:599

Arguments

pcb

Return value

1 if the pcb has been closed and deallocated, 0 otherwise

References

LocationReferrerText
tcp_in.c:600
tcp_input_delayed_close(struct tcp_pcb *pcb)
tcp_in.c:98
static int tcp_input_delayed_close(struct tcp_pcb *pcb);
tcp_in.c:475tcp_input()
if (tcp_input_delayed_close(pcb)) {
tcp_in.c:549tcp_input()
if (tcp_input_delayed_close(pcb)) {

Call Tree

Functions calling tcp_input_delayed_close()
Functions called by tcp_input_delayed_close()
all items filtered out
tcp_input_delayed_close()
printf()
all items filtered out
Data read by tcp_input_delayed_close()
tcp_input_delayed_close()