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

tcp_kill_state() function

Kills the oldest connection that is in specific state. Called from tcp_alloc() for LAST_ACK and CLOSING if no more connections are available.

Syntax

static void tcp_kill_state(enum tcp_state state);

Arguments

state

References

LocationReferrerText
tcp.c:1752
tcp_kill_state(enum tcp_state state)
tcp.c:1853tcp_alloc()
tcp_kill_state(LAST_ACK);
tcp.c:1859tcp_alloc()
tcp_kill_state(CLOSING);

Call Tree

Functions calling tcp_kill_state()
Functions called by tcp_kill_state()
all items filtered out
tcp_kill_state()
printf()
all items filtered out
Data read by tcp_kill_state()
Data written by tcp_kill_state()
tcp_kill_state()::pcb
tcp_kill_state()::inactive
tcp_kill_state()::inactivity
all items filtered out
tcp_kill_state()
tcp_kill_state()::pcb
tcp_kill_state()::inactive
tcp_kill_state()::inactivity
all items filtered out
Type of tcp_kill_state()
tcp_kill_state()
all items filtered out