Home
last modified time | relevance | path

Searched refs:FIN_WAIT_1 (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Dtcpbase.h62 FIN_WAIT_1 = 5, enumerator
70 #define TCP_STATE_IS_CLOSING(state) ((state) >= FIN_WAIT_1)
/third_party/lwip/src/core/
Dtcp.c420 pcb->state = FIN_WAIT_1; in tcp_close_shutdown_fin()
427 pcb->state = FIN_WAIT_1; in tcp_close_shutdown_fin()
Dtcp_in.c989 case FIN_WAIT_1:
/third_party/lwip/src/api/
Dapi_msg.c948 ((tpcb->state == FIN_WAIT_1) ||