Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_const.h104 #define TCPT_RANGESET(tv, value, tvmin, tvmax) do { \ argument
108 if ((uint64_t)(tv) > (uint64_t)(tvmax)) \
109 (tv) = (tvmax); \