HomeSort by: relevance | last modified time | path
    Searched refs:TIMER_INTERVAL (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/mrouted/
main.c 362 * 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;
defs.h 59 #define TIMER_INTERVAL ROUTE_MAX_REPORT_DELAY
route.c 583 if ((r->rt_timer += TIMER_INTERVAL) < ROUTE_EXPIRE_TIME) {
595 if ((r->rt_leaf_timers[vifi] -= TIMER_INTERVAL) == 0){
vif.c 1200 if (v->uv_leaf_timer && (v->uv_leaf_timer -= TIMER_INTERVAL == 0)) {
1206 if ((a->al_timer += TIMER_INTERVAL) < NEIGHBOR_EXPIRE_TIME) {

Completed in 14 milliseconds