Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/tcplp/bsdtcp/
Dtcp_seq.h53 #define TSTMP_GT(a,b) ((int)((a)-(b)) > 0) macro
Dtcp_input.c1120 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) in tcp_do_segment()