Searched refs:TIMEVAL_LEQ (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dtimer.h38 #define TIMEVAL_LEQ(a, b) (((a).tv_sec < (b).tv_sec) ||\ macro
H A Dtimer.c168 if (TIMEVAL_LEQ(tm->tm, now)) {
195 if (TIMEVAL_LEQ(timer->tm, now)) {
H A Ddhcp6c.c1569 if (TIMEVAL_LEQ(elapsed, tv_irt))

Completed in 109 milliseconds