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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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.c1630 if (TIMEVAL_LEQ(elapsed, tv_irt))
/netgear-R7000-V1.0.7.12_1.2.5/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.c1629 if (TIMEVAL_LEQ(elapsed, tv_irt))

Completed in 180 milliseconds