Searched refs:TIMEVAL_LT (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dtimer.c139 if (TIMEVAL_LT(timer->tm, tm_sentinel))
173 if (TIMEVAL_LT(tm->tm, tm_sentinel))
180 } else if (TIMEVAL_LT(tm_sentinel, now)) {
H A Dtimer.h34 #define TIMEVAL_LT(a, b) (((a).tv_sec < (b).tv_sec) ||\ macro

Completed in 83 milliseconds