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

/freebsd-10.2-release/sys/net/
H A Dbridgestp.h181 #define BSTP_TICK_VAL (1 * 256) /* in 256ths of a second */ macro
182 #define BSTP_LINK_TIMER (BSTP_TICK_VAL * 15)
H A Dbridgestp.c1428 bp->bp_desg_htime + BSTP_TICK_VAL);
1472 t *= BSTP_TICK_VAL;
1492 t *= BSTP_TICK_VAL;
1508 t *= BSTP_TICK_VAL;
1751 age = bp->bp_desg_fdelay / BSTP_TICK_VAL;
1940 t->value -= BSTP_TICK_VAL;

Completed in 106 milliseconds