Home
last modified time | relevance | path

Searched refs:TCP_ST_CLOSE_WAIT (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/core/src/
H A Dapi.c94 if (cur_stream->state == TCP_ST_CLOSE_WAIT || in GetSocketError()
1248 cur_stream->state != TCP_ST_CLOSE_WAIT) { in CloseStreamSocket()
1544 cur_stream->state <= TCP_ST_CLOSE_WAIT)) { in mtcp_recv()
1554 if (cur_stream->state == TCP_ST_CLOSE_WAIT) { in mtcp_recv()
1593 if (cur_stream->state == TCP_ST_CLOSE_WAIT && in mtcp_recv()
1656 cur_stream->state <= TCP_ST_CLOSE_WAIT)) { in mtcp_readv()
1666 if (cur_stream->state == TCP_ST_CLOSE_WAIT) { in mtcp_readv()
1708 if (cur_stream->state == TCP_ST_CLOSE_WAIT && in mtcp_readv()
1810 cur_stream->state == TCP_ST_CLOSE_WAIT)) { in mtcp_write()
1893 cur_stream->state == TCP_ST_CLOSE_WAIT)) { in mtcp_writev()
H A Dtcp_out.c530 case TCP_ST_CLOSE_WAIT: /* Send ACK for the FIN here */ in SendControlPacket()
656 } else if (cur_stream->state == TCP_ST_CLOSE_WAIT || in WriteTCPDataList()
737 cur_stream->state == TCP_ST_CLOSE_WAIT || in WriteTCPACKList()
950 cur_stream->state == TCP_ST_CLOSE_WAIT || in EnqueueACK()
1119 case TCP_ST_CLOSE_WAIT: in UpdatePassiveSendTCPContext()
H A Dtcp_in.c230 cur_stream->state <= TCP_ST_CLOSE_WAIT) { in ProcessRST()
327 cur_stream->state == TCP_ST_CLOSE_WAIT || in ProcessACK()
958 cur_stream->state = TCP_ST_CLOSE_WAIT; in Handle_TCP_ST_ESTABLISHED()
1319 if (cur_stream->state == TCP_ST_CLOSE_WAIT ||
1356 case TCP_ST_CLOSE_WAIT:
H A Dtimer.c289 } else if (cur_stream->state == TCP_ST_CLOSE_WAIT) { in HandleRTO()
322 cur_stream->state == TCP_ST_CLOSE_WAIT) { in HandleRTO()
H A Dcore.c637 } else if (stream->state == TCP_ST_CLOSE_WAIT) { in HandleApplicationCalls()
651 } else if (stream->state == TCP_ST_CLOSE_WAIT) { in HandleApplicationCalls()
681 } else if (stream->state == TCP_ST_CLOSE_WAIT) { in HandleApplicationCalls()
H A Deventpoll.c219 } else if (stream->state == TCP_ST_CLOSE_WAIT) { in RaisePendingStreamEvents()
/mOS-networking-stack/core/src/include/
H A Dtcp_in.h85 TCP_ST_CLOSE_WAIT = 7, enumerator