Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dtcp_in.h84 TCP_ST_FIN_WAIT_2 = 6, enumerator
/mOS-networking-stack/core/src/
H A Dtcp_in.c218 cur_stream->state == TCP_ST_FIN_WAIT_2 || in ProcessRST()
325 cur_stream->state == TCP_ST_FIN_WAIT_2 || in ProcessACK()
664 cur_stream->state == TCP_ST_FIN_WAIT_2) { in ProcessTCPPayload()
1094 cur_stream->state = TCP_ST_FIN_WAIT_2;
1148 } else if (cur_stream->state == TCP_ST_FIN_WAIT_2) {
1368 case TCP_ST_FIN_WAIT_2:
H A Dtcp_out.c531 case TCP_ST_FIN_WAIT_2: /* Send ACK here */ in SendControlPacket()
739 cur_stream->state == TCP_ST_FIN_WAIT_2 || in WriteTCPACKList()
952 cur_stream->state == TCP_ST_FIN_WAIT_2)) { in EnqueueACK()
1159 case TCP_ST_FIN_WAIT_2: in UpdatePassiveSendTCPContext()
H A Dtimer.c309 } else if (cur_stream->state == TCP_ST_FIN_WAIT_2) { in HandleRTO()