Home
last modified time | relevance | path

Searched refs:TIMEVAL_LT (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/rtadvd/
Dtimer.c115 if (TIMEVAL_LT(timer->tm, timer_head.tm)) in rtadvd_set_timer()
144 if (TIMEVAL_LT(tm->tm, timer_head.tm)) in rtadvd_check_timer()
153 } else if (TIMEVAL_LT(timer_head.tm, now)) { in rtadvd_check_timer()
Dtimer.h34 #define TIMEVAL_LT(a, b) (((a).tv_sec < (b).tv_sec) ||\ macro
Drtadvd.c833 if (TIMEVAL_LT(*rest, interval)) { in rs_input()
852 if (TIMEVAL_LT(tm_tmp, min_delay)) { in rs_input()