Searched refs:TSTMP_GT (Results 1 – 2 of 2) sorted by relevance
/openthread-3.6.0/third_party/tcplp/bsdtcp/ | ||
D | tcp_seq.h | 53 #define TSTMP_GT(a,b) ((int)((a)-(b)) > 0) macro |
D | tcp_input.c | 1120 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) in tcp_do_segment() |