ts_val 577 netinet/tcp_input.c opti.ts_val = ntohl(*(u_int32_t *)(optp + 4)); ts_val 983 netinet/tcp_input.c (!opti.ts_present || TSTMP_GEQ(opti.ts_val, tp->ts_recent)) && ts_val 995 netinet/tcp_input.c tp->ts_recent = opti.ts_val; ts_val 1280 netinet/tcp_input.c TSTMP_LT(tp->ts_recent, opti.ts_val)) || ts_val 1306 netinet/tcp_input.c TSTMP_LT(opti.ts_val, tp->ts_recent)) { ts_val 1415 netinet/tcp_input.c if (opti.ts_present && TSTMP_GEQ(opti.ts_val, tp->ts_recent) && ts_val 1419 netinet/tcp_input.c tp->ts_recent = opti.ts_val; ts_val 2305 netinet/tcp_input.c bcopy(cp + 2, &oi->ts_val, sizeof(oi->ts_val)); ts_val 2306 netinet/tcp_input.c NTOHL(oi->ts_val); ts_val 2319 netinet/tcp_input.c tp->ts_recent = oi->ts_val; ts_val 237 netinet/tcp_var.h u_int32_t ts_val;