Searched refs:TIMER_INTERVAL (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dmain.c362 * seconds. Also, every TIMER_INTERVAL seconds it calls timer() to
395 if ((t % TIMER_INTERVAL) == 0)
407 * querier. This first invocation occurs approximately TIMER_INTERVAL seconds
473 virtual_time += TIMER_INTERVAL;
H A Ddefs.h59 #define TIMER_INTERVAL ROUTE_MAX_REPORT_DELAY macro
H A Droute.c583 if ((r->rt_timer += TIMER_INTERVAL) < ROUTE_EXPIRE_TIME) {
595 if ((r->rt_leaf_timers[vifi] -= TIMER_INTERVAL) == 0){
H A Dvif.c1200 if (v->uv_leaf_timer && (v->uv_leaf_timer -= TIMER_INTERVAL == 0)) {
1206 if ((a->al_timer += TIMER_INTERVAL) < NEIGHBOR_EXPIRE_TIME)

Completed in 89 milliseconds