Searched refs:ts_val (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/netinet/
H A Dtcp_input.c508 opti.ts_val = ntohl(*(u_int32_t *)(optp + 4));
922 (!opti.ts_present || TSTMP_GEQ(opti.ts_val, tp->ts_recent)) &&
934 tp->ts_recent = opti.ts_val;
1233 TSTMP_LT(tp->ts_recent, opti.ts_val)) ||
1269 TSTMP_LT(opti.ts_val, tp->ts_recent)) {
1380 if (opti.ts_present && TSTMP_GEQ(opti.ts_val, tp->ts_recent) &&
1383 tp->ts_recent = opti.ts_val;
2174 memcpy(&oi->ts_val, cp + 2, sizeof(oi->ts_val));
2175 oi->ts_val
[all...]
H A Dtcp_var.h219 u_int32_t ts_val; member in struct:tcp_opt_info

Completed in 133 milliseconds