tcp_state::FIN_WAIT_2 is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_state::FIN_WAIT_2

Syntax

FIN_WAIT_2 = 6;

References

LocationReferrerText
tcpbase.h:63
FIN_WAIT_2 = 6,
api_msg.c:946lwip_netconn_do_close_internal()
(tpcb->state == FIN_WAIT_2) ||
tcp.c:1315tcp_slowtmr()
if (pcb->state == FIN_WAIT_2) {
tcp_in.c:1006tcp_process()
pcb->state = FIN_WAIT_2;
tcp_in.c:1009tcp_process()
case FIN_WAIT_2:

Data Use

Functions using tcp_state::FIN_WAIT_2
tcp_state::FIN_WAIT_2