Searched refs:CACHE_LIFETIME (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dcfparse.y83 %token CACHE_LIFETIME PRUNING
200 | CACHE_LIFETIME NUMBER { cache_lifetime = $2;
482 return CACHE_LIFETIME;
H A Dprune.c24 #define CACHE_LIFETIME(x) ((x) + (arc4random() % (x))) macro
631 gt->gt_timer = CACHE_LIFETIME(cache_lifetime);
1005 g->gt_timer = CACHE_LIFETIME(cache_lifetime);
1213 g->gt_timer = CACHE_LIFETIME(cache_lifetime);
1722 gt->gt_timer = CACHE_LIFETIME(cache_lifetime);

Completed in 69 milliseconds