Home
last modified time | relevance | path

Searched refs:TIMEVAL_ADD (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.sbin/rtadvd/
Dtimer.c112 TIMEVAL_ADD(&now, tm, &timer->tm); in rtadvd_set_timer()
141 TIMEVAL_ADD(&tm->tm, &now, &tm->tm); in rtadvd_check_timer()
181 TIMEVAL_ADD(struct timeval *a, struct timeval *b, struct timeval *result) in TIMEVAL_ADD() function
Dtimer.h62 void TIMEVAL_ADD(struct timeval *, struct timeval *, struct timeval *);
Drtadvd.c854 TIMEVAL_ADD(&min_delay, &interval, &interval); in rs_input()
/mirbsd/src/usr.sbin/rtsold/
Drtsold.c94 static void TIMEVAL_ADD(struct timeval *, struct timeval *, struct timeval *);