Home
last modified time | relevance | path

Searched defs:TSTMP_GEQ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h238 #define TSTMP_GEQ(a, b) ((int32_t)((a)-(b)) >= 0) macro
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c73 #define TSTMP_GEQ(a, b) ((int32_t)((a)-(b)) >= 0) macro