Searched refs:DELTA_T (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_damp.h121 #define DELTA_T 5 macro
H A Dbgp_damp.c96 i = (int) ((double) tdiff / DELTA_T);
391 damp->decay_array_size = ceil ((double) damp->max_suppress_time / DELTA_T);
395 damp->decay_array[1] = exp ((1.0/((double)damp->half_life/DELTA_T)) * log(0.5));
552 reuse_time = (int) (DELTA_T * ((log((double)damp->reuse_limit/penalty))/(log(damp->decay_array[1]))));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_damp.h121 #define DELTA_T 5 macro
H A Dbgp_damp.c96 i = (int) ((double) tdiff / DELTA_T);
391 damp->decay_array_size = ceil ((double) damp->max_suppress_time / DELTA_T);
395 damp->decay_array[1] = exp ((1.0/((double)damp->half_life/DELTA_T)) * log(0.5));
552 reuse_time = (int) (DELTA_T * ((log((double)damp->reuse_limit/penalty))/(log(damp->decay_array[1]))));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_damp.h121 #define DELTA_T 5 macro
H A Dbgp_damp.c96 i = (int) ((double) tdiff / DELTA_T);
391 damp->decay_array_size = ceil ((double) damp->max_suppress_time / DELTA_T);
395 damp->decay_array[1] = exp ((1.0/((double)damp->half_life/DELTA_T)) * log(0.5));
552 reuse_time = (int) (DELTA_T * ((log((double)damp->reuse_limit/penalty))/(log(damp->decay_array[1]))));

Completed in 72 milliseconds