Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dtcp_out.c364 if (cur_stream->state > TCP_ST_ESTABLISHED) { in SendTCPPacket()
455 if (cur_stream->state > TCP_ST_ESTABLISHED) { in FlushTCPSendingBuffer()
478 if (cur_stream->state > TCP_ST_ESTABLISHED) { in FlushTCPSendingBuffer()
529 case TCP_ST_ESTABLISHED: /* Send ACK here */ in SendControlPacket()
648 if (cur_stream->state == TCP_ST_ESTABLISHED) { in WriteTCPDataList()
736 if (cur_stream->state == TCP_ST_ESTABLISHED || in WriteTCPACKList()
949 if (!(cur_stream->state == TCP_ST_ESTABLISHED || in EnqueueACK()
1059 cur_stream->state = TCP_ST_ESTABLISHED; in UpdatePassiveSendTCPContext()
1080 cur_stream->state = TCP_ST_ESTABLISHED; in UpdatePassiveSendTCPContext()
1091 case TCP_ST_ESTABLISHED: in UpdatePassiveSendTCPContext()
H A Dtimer.c198 if (cur_stream->state < TCP_ST_ESTABLISHED) { in HandleRTO()
220 if (cur_stream->state >= TCP_ST_ESTABLISHED) { in HandleRTO()
284 } else if (cur_stream->state == TCP_ST_ESTABLISHED) { in HandleRTO()
321 if (cur_stream->state == TCP_ST_ESTABLISHED || in HandleRTO()
H A Dtcp_in.c138 if (cur_stream->state == TCP_ST_ESTABLISHED) { in ValidateSequence()
229 if (cur_stream->state >= TCP_ST_ESTABLISHED && in ProcessRST()
495 if (cur_stream->state >= TCP_ST_ESTABLISHED) { in ProcessACK()
693 if (cur_stream->state == TCP_ST_ESTABLISHED) in ProcessTCPPayload()
790 cur_stream->state = TCP_ST_ESTABLISHED; in Handle_TCP_ST_SYN_SENT()
848 cur_stream->state = TCP_ST_ESTABLISHED; in Handle_TCP_ST_SYN_RCVD()
1347 if (pctx->p.payloadlen > 0 && cur_stream->state == TCP_ST_ESTABLISHED)
1352 case TCP_ST_ESTABLISHED:
H A Dapi.c1037 if (socket->stream->state >= TCP_ST_ESTABLISHED) { in mtcp_connect()
1179 if (cur_stream->state > TCP_ST_ESTABLISHED) { in mtcp_connect()
1187 if (cur_stream->state == TCP_ST_ESTABLISHED) { in mtcp_connect()
1247 } else if (cur_stream->state != TCP_ST_ESTABLISHED && in CloseStreamSocket()
1543 !(cur_stream->state >= TCP_ST_ESTABLISHED && in mtcp_recv()
1655 !(cur_stream->state >= TCP_ST_ESTABLISHED && in mtcp_readv()
1809 !(cur_stream->state == TCP_ST_ESTABLISHED || in mtcp_write()
1892 !(cur_stream->state == TCP_ST_ESTABLISHED || in mtcp_writev()
H A Dcore.c632 if (stream->state == TCP_ST_ESTABLISHED) { in HandleApplicationCalls()
646 if (stream->state == TCP_ST_ESTABLISHED) { in HandleApplicationCalls()
676 if (stream->state == TCP_ST_ESTABLISHED) { in HandleApplicationCalls()
H A Deventpoll.c207 if (stream->state < TCP_ST_ESTABLISHED) in RaisePendingStreamEvents()
/mOS-networking-stack/core/src/include/
H A Dtcp_in.h82 TCP_ST_ESTABLISHED = 4, enumerator