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

  /src/usr.sbin/mrouted/
cfparse.y 49 extern int cache_lifetime;
83 %token CACHE_LIFETIME PRUNING
200 | CACHE_LIFETIME NUMBER { cache_lifetime = $2;
201 max_prune_lifetime = cache_lifetime * 2;
481 if (!strcmp(q,"cache_lifetime"))
482 return CACHE_LIFETIME;
prune.c 15 extern int cache_lifetime;
24 #define CACHE_LIFETIME(x) ((x) + (arc4random() % (x)))
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);
    [all...]
main.c 46 int cache_lifetime = DEFAULT_CACHE_LIFETIME; variable in typeref:typename:int

Completed in 13 milliseconds