Searched refs:ts_ref (Results 1 – 3 of 3) sorted by relevance
83 ts->ts_ref = ntohl(*(uint32_t *)(tcpopt + i + 4)); in ParseTCPTimestamp()225 uint32_t ts_val, ts_ref; in PrintTCPOptions() local228 ts_ref = *(uint32_t *)(tcpopt + i); in PrintTCPOptions()230 printf(", TSval: %u, TSref: %u", ts_val, ts_ref); in PrintTCPOptions()
126 cur_stream->rcvvar->ts_lastack_rcvd = ts.ts_ref; in ValidateSequence()
10 uint32_t ts_ref; member