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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dtimer.c28 int inline check_time_diff(struct timer_lst *tm, struct timeval tv);
150 while (tm->expires.tv_sec != LONG_MAX && check_time_diff(tm, tv))
176 check_time_diff(struct timer_lst *tm, struct timeval tv) function
184 dlog(LOG_DEBUG, 5, "check_time_diff, difference: %ld sec + %ld usec",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dtimer.c28 int inline check_time_diff(struct timer_lst *tm, struct timeval tv);
150 while (tm->expires.tv_sec != LONG_MAX && check_time_diff(tm, tv))
176 check_time_diff(struct timer_lst *tm, struct timeval tv) function
184 dlog(LOG_DEBUG, 5, "check_time_diff, difference: %ld sec + %ld usec",

Completed in 54 milliseconds