Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/tcplp/bsdtcp/
Dtcp_const.h112 #define TCPT_RANGESET(tv, value, tvmin, tvmax) do { \ argument
114 if ((uint64_t)(tv) < (uint64_t)(tvmin)) \
115 (tv) = (tvmin); \