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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_damp.c389 damp->half_life = hlife;
396 damp->ceiling = (int)(damp->reuse_limit * (pow(2, (double)damp->max_suppress_time/damp->half_life)));
403 damp->decay_array[1] = exp ((1.0/((double)damp->half_life/DELTA_T)) * log(0.5));
428 j = (exp((double)damp->max_suppress_time/damp->half_life) * log10(2.0));
437 (int)(((double)damp->half_life / DELTA_REUSE)
448 if (damp->half_life == half
533 if (bgp_damp_cfg.half_life == DEFAULT_HALF_LIFE*60
536 && bgp_damp_cfg.max_suppress_time == bgp_damp_cfg.half_life*4)
538 else if (bgp_damp_cfg.half_life != DEFAULT_HALF_LIFE*60
541 && bgp_damp_cfg.max_suppress_time == bgp_damp_cfg.half_life*
[all...]
H A Dbgp_damp.h75 int half_life; member in struct:bgp_damp_config

Completed in 38 milliseconds