Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dtcp_in.c154 if (cur_stream->state == TCP_ST_TIME_WAIT) { in ValidateSequence()
221 cur_stream->state == TCP_ST_TIME_WAIT) { in ProcessRST()
1149 cur_stream->state = TCP_ST_TIME_WAIT;
1202 cur_stream->state = TCP_ST_TIME_WAIT;
1257 cur_stream->state = TCP_ST_TIME_WAIT;
1322 cur_stream->state == TCP_ST_TIME_WAIT) {
1376 case TCP_ST_TIME_WAIT:
H A Dtcp.c394 if (((recvside_stream->state == TCP_ST_TIME_WAIT && in HandleMonitorStream()
398 ((sendside_stream->state == TCP_ST_TIME_WAIT && in HandleMonitorStream()
H A Dtcp_out.c532 case TCP_ST_TIME_WAIT: /* Send ACK here */ in SendControlPacket()
740 cur_stream->state == TCP_ST_TIME_WAIT) { in WriteTCPACKList()
1167 case TCP_ST_TIME_WAIT: in UpdatePassiveSendTCPContext()
H A Dtimer.c463 && (walk->pair_stream->state != TCP_ST_TIME_WAIT)) in CheckTimewaitExpire()
H A Dapi.c1421 cur_stream->state == TCP_ST_TIME_WAIT) { in mtcp_abort()
/mOS-networking-stack/core/src/include/
H A Dtcp_in.h88 TCP_ST_TIME_WAIT = 10, enumerator