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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dtimer.c55 static struct timeval tm_sentinel; variable in typeref:struct:timeval
93 tm_sentinel = tm_max;
139 if (TIMEVAL_LT(timer->tm, tm_sentinel))
140 tm_sentinel = timer->tm;
158 tm_sentinel = tm_max;
173 if (TIMEVAL_LT(tm->tm, tm_sentinel))
174 tm_sentinel = tm->tm;
177 if (TIMEVAL_EQUAL(tm_max, tm_sentinel)) {
180 } else if (TIMEVAL_LT(tm_sentinel, now)) {
184 timeval_sub(&tm_sentinel,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dtimer.c55 static struct timeval tm_sentinel; variable in typeref:struct:timeval
93 tm_sentinel = tm_max;
139 if (TIMEVAL_LT(timer->tm, tm_sentinel))
140 tm_sentinel = timer->tm;
158 tm_sentinel = tm_max;
173 if (TIMEVAL_LT(tm->tm, tm_sentinel))
174 tm_sentinel = tm->tm;
177 if (TIMEVAL_EQUAL(tm_max, tm_sentinel)) {
180 } else if (TIMEVAL_LT(tm_sentinel, now)) {
184 timeval_sub(&tm_sentinel,
[all...]

Completed in 118 milliseconds