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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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
/netgear-R7000-V1.0.7.12_1.2.5/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 104 milliseconds