Home
last modified time | relevance | path

Searched refs:saw_timestamp (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_util.c49 cur_stream->saw_timestamp = TRUE; in ParseTCPOptions()
H A Dtcp_in.c94 if (!tcph->rst && cur_stream->saw_timestamp) { in ValidateSequence()
484 if (cur_stream->saw_timestamp) { in ProcessACK()
H A Dtcp_stream.c946 sndvar->is_fin_ackd, stream->saw_timestamp, stream->sack_permit,
/mOS-networking-stack/core/src/include/
H A Dtcp_stream.h260 saw_timestamp:1, /* whether peer sends timestamp */ member