ifbrp_hellotime
param.ifbrp_hellotime = val & 0xff;
param->ifbrp_hellotime = bs->bs_bridge_htime >> 8;
return (bstp_set_htime(&sc->sc_stp, param->ifbrp_hellotime));
bif->bridge_hello_time = 100 * b_param.ifbrp_hellotime;
b_param.ifbrp_hellotime = snmp_timeout2_sec(hello_time);
bif->bridge_hello_time = b_param.ifbrp_hellotime;