Searched refs:TIMEVAL_ADD (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.sbin/rtadvd/ |
| D | timer.c | 112 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
|
| D | timer.h | 62 void TIMEVAL_ADD(struct timeval *, struct timeval *, struct timeval *);
|
| D | rtadvd.c | 854 TIMEVAL_ADD(&min_delay, &interval, &interval); in rs_input()
|
| /mirbsd/src/usr.sbin/rtsold/ |
| D | rtsold.c | 94 static void TIMEVAL_ADD(struct timeval *, struct timeval *, struct timeval *);
|