Home
last modified time | relevance | path

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

/trueos/sys/net/
HDbridgestp.c184 bstp_timer_start(&bp->bp_hello_timer, bp->bp_desg_htime); in bstp_transmit()
206 bpdu.cbu_hellotime = htons(bp->bp_desg_htime); in bstp_transmit_bpdu()
829 bp->bp_desg_htime = bs->bs_bridge_htime; in bstp_assign_roles()
1061 bp->bp_desg_htime : bp->bp_desg_fdelay); in bstp_update_roles()
1150 bp->bp_port_htime = bp->bp_desg_htime; in bstp_update_info()
1219 bp->bp_desg_htime : bp->bp_desg_fdelay); in bstp_set_port_state()
1253 bp->bp_desg_htime * 2); in bstp_set_port_role()
1301 bp->bp_desg_htime); in bstp_set_port_role()
1428 bp->bp_desg_htime + BSTP_TICK_VAL); in bstp_set_timer_tc()
1955 bstp_timer_start(&bp->bp_hello_timer, bp->bp_desg_htime); in bstp_hello_timer_expiry()
HDbridgestp.h292 uint16_t bp_desg_htime; member