Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet/
Dtcp_input.c124 #define TSTMP_LT(a,b) ((int32_t)((a)-(b)) < 0) macro
1246 TSTMP_LT(tp->ts_recent, opti.ts_val)) || in tcp_input()
1282 TSTMP_LT(opti.ts_val, tp->ts_recent)) { in tcp_input()