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

/xnu-2422.115.4/bsd/net/
H A Dbridgestp.h212 #define BSTP_TICK_VAL (1 * 256) /* in 256ths of a second */ macro
213 #define BSTP_LINK_TIMER (BSTP_TICK_VAL * 15)
H A Dbridgestp.c1514 bp->bp_desg_htime + BSTP_TICK_VAL);
1558 t *= BSTP_TICK_VAL;
1578 t *= BSTP_TICK_VAL;
1594 t *= BSTP_TICK_VAL;
1837 age = bp->bp_desg_fdelay / BSTP_TICK_VAL;
2017 t->value -= BSTP_TICK_VAL;

Completed in 22 milliseconds