Home
last modified time | relevance | path

Searched refs:TIMER_INTERVAL (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.sbin/mrouted/
H A Dmain.c287 * seconds. Also, every TIMER_INTERVAL seconds it calls timer() to
321 if ((t % TIMER_INTERVAL) == 0) in fasttimer()
333 * querier. This first invocation occurs approximately TIMER_INTERVAL seconds
395 virtual_time += TIMER_INTERVAL; in timer()
H A Ddefs.h55 #define TIMER_INTERVAL ROUTE_MAX_REPORT_DELAY macro
H A Droute.c580 if ((r->rt_timer += TIMER_INTERVAL) < ROUTE_EXPIRE_TIME) { in age_routes()
592 if ((r->rt_leaf_timers[vifi] -= TIMER_INTERVAL) == 0){ in age_routes()
H A Dvif.c1187 if (v->uv_leaf_timer && (v->uv_leaf_timer -= TIMER_INTERVAL == 0)) { in age_vifs()
1196 if ((a->al_timer += TIMER_INTERVAL) < NEIGHBOR_EXPIRE_TIME) in age_vifs()
/openbsd-src/gnu/usr.bin/perl/os2/
H A DChanges214 TOTAVAILMEM, MAXPRMEM, MAXSHMEM, TIMER_INTERVAL,