Home
last modified time | relevance | path

Searched refs:ts_ref (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_util.c83 ts->ts_ref = ntohl(*(uint32_t *)(tcpopt + i + 4)); in ParseTCPTimestamp()
225 uint32_t ts_val, ts_ref; in PrintTCPOptions() local
228 ts_ref = *(uint32_t *)(tcpopt + i); in PrintTCPOptions()
230 printf(", TSval: %u, TSref: %u", ts_val, ts_ref); in PrintTCPOptions()
H A Dtcp_in.c126 cur_stream->rcvvar->ts_lastack_rcvd = ts.ts_ref; in ValidateSequence()
/mOS-networking-stack/core/src/include/
H A Dtcp_util.h10 uint32_t ts_ref; member