Home
last modified time | relevance | path

Searched refs:TCP_ST_SYN_SENT (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_out.c522 case TCP_ST_SYN_SENT: /* Send SYN here */ in SendControlPacket()
990 if (cur_stream->state < TCP_ST_SYN_SENT) { in UpdatePassiveSendTCPContext_SynSent()
1000 cur_stream->state = TCP_ST_SYN_SENT; in UpdatePassiveSendTCPContext_SynSent()
1022 if (tcph->syn && !tcph->ack && cur_stream->state <= TCP_ST_SYN_SENT) { in UpdatePassiveSendTCPContext()
1054 case TCP_ST_SYN_SENT: in UpdatePassiveSendTCPContext()
H A Dtimer.c233 } else if (cur_stream->state >= TCP_ST_SYN_SENT) { in HandleRTO()
260 if (cur_stream->state == TCP_ST_SYN_SENT) { in HandleRTO()
H A Dtcp_in.c189 if (cur_stream->state <= TCP_ST_SYN_SENT) { in ProcessRST()
1310 if (cur_stream->state > TCP_ST_SYN_SENT) {
1337 case TCP_ST_SYN_SENT:
1422 if (cur_stream->state <= TCP_ST_SYN_SENT)
H A Dapi.c104 if (cur_stream->state == TCP_ST_SYN_SENT && in GetSocketError()
1149 cur_stream->state = TCP_ST_SYN_SENT; in mtcp_connect()
1238 } else if (cur_stream->state == TCP_ST_SYN_SENT) { in CloseStreamSocket()
1407 } else if (cur_stream->state == TCP_ST_SYN_SENT) { in mtcp_abort()
H A Dcore.c564 if (stream->state != TCP_ST_SYN_SENT) { in HandleApplicationCalls()
/mOS-networking-stack/core/src/include/
H A Dtcp_in.h80 TCP_ST_SYN_SENT = 2, enumerator