Home
last modified time | relevance | path

Searched defs:tv_lt (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/lib/network/
H A Dtsnetwork_internal.h5 #define tv_lt(a, b) \ macro
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dotime.h146 tv_lt(const struct timeval *t1, const struct timeval *t2) in tv_lt() function
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dotime.h180 tv_lt(const struct timeval *t1, const struct timeval *t2) in tv_lt() function
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dotime.h180 tv_lt(const struct timeval *t1, const struct timeval *t2) in tv_lt() function
/dports/net/tcptrace/tcptrace-508f73a/
H A Dtcptrace.h1138 #define tv_lt(lhs,rhs) (tv_cmp((lhs),(rhs)) < 0) macro