Home
last modified time | relevance | path

Searched refs:TCP_ST_FIN_WAIT_1 (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_out.c536 case TCP_ST_FIN_WAIT_1: in SendControlPacket()
657 cur_stream->state == TCP_ST_FIN_WAIT_1 || in WriteTCPDataList()
738 cur_stream->state == TCP_ST_FIN_WAIT_1 || in WriteTCPACKList()
951 cur_stream->state == TCP_ST_FIN_WAIT_1 || in EnqueueACK()
1106 cur_stream->state = TCP_ST_FIN_WAIT_1; in UpdatePassiveSendTCPContext()
1155 case TCP_ST_FIN_WAIT_1: in UpdatePassiveSendTCPContext()
H A Dtcp_in.c217 if (cur_stream->state == TCP_ST_FIN_WAIT_1 || in ProcessRST()
324 if (cur_stream->state == TCP_ST_FIN_WAIT_1 || in ProcessACK()
663 if (cur_stream->state == TCP_ST_FIN_WAIT_1 || in ProcessTCPPayload()
1143 if (cur_stream->state == TCP_ST_FIN_WAIT_1) {
1364 case TCP_ST_FIN_WAIT_1:
H A Dtimer.c300 } else if (cur_stream->state == TCP_ST_FIN_WAIT_1) { in HandleRTO()
326 } else if (cur_stream->state == TCP_ST_FIN_WAIT_1 || in HandleRTO()
H A Dcore.c633 stream->state = TCP_ST_FIN_WAIT_1; in HandleApplicationCalls()
647 stream->state = TCP_ST_FIN_WAIT_1; in HandleApplicationCalls()
677 stream->state = TCP_ST_FIN_WAIT_1; in HandleApplicationCalls()
/mOS-networking-stack/core/src/include/
H A Dtcp_in.h83 TCP_ST_FIN_WAIT_1 = 5, enumerator