bstp_timer
bstp_timer_start(struct bstp_timer *t, u_int16_t v)
bstp_timer_stop(struct bstp_timer *t)
bstp_timer_latch(struct bstp_timer *t)
bstp_timer_expired(struct bstp_timer *t)
void bstp_timer_start(struct bstp_timer *, u_int16_t);
void bstp_timer_stop(struct bstp_timer *);
void bstp_timer_latch(struct bstp_timer *);
int bstp_timer_expired(struct bstp_timer *);
struct bstp_timer bp_edge_delay_timer;
struct bstp_timer bp_forward_delay_timer;
struct bstp_timer bp_hello_timer;
struct bstp_timer bp_message_age_timer;
struct bstp_timer bp_migrate_delay_timer;
struct bstp_timer bp_recent_backup_timer;
struct bstp_timer bp_recent_root_timer;
struct bstp_timer bp_tc_timer;
struct bstp_timer bs_link_timer;