Home
last modified time | relevance | path

Searched refs:bp_desg_htime (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dbridgestp.c188 bstp_timer_start(&bp->bp_hello_timer, bp->bp_desg_htime); in bstp_transmit()
210 bpdu.cbu_hellotime = htons(bp->bp_desg_htime); in bstp_transmit_bpdu()
833 bp->bp_desg_htime = bs->bs_bridge_htime; in bstp_assign_roles()
1064 bp->bp_desg_htime : bp->bp_desg_fdelay); in bstp_update_roles()
1153 bp->bp_port_htime = bp->bp_desg_htime; in bstp_update_info()
1222 bp->bp_desg_htime : bp->bp_desg_fdelay); in bstp_set_port_state()
1256 bp->bp_desg_htime * 2); in bstp_set_port_role()
1304 bp->bp_desg_htime); in bstp_set_port_role()
1431 bp->bp_desg_htime + BSTP_TICK_VAL); in bstp_set_timer_tc()
1958 bstp_timer_start(&bp->bp_hello_timer, bp->bp_desg_htime); in bstp_hello_timer_expiry()
H A Dbridgestp.h293 uint16_t bp_desg_htime; member