Searched refs:ifbrp_hellotime (Results 1 – 4 of 4) sorted by relevance
226 #define ifbrp_hellotime ifbrp_ifbrpu.ifbrpu_int8 /* hello time (sec) */ macro
1711 param->ifbrp_hellotime = bs->bs_bridge_htime >> 8; in bridge_ioctl_ght()1720 return (bstp_set_htime(&sc->sc_stp, param->ifbrp_hellotime)); in bridge_ioctl_sht()
171 bif->bridge_hello_time = 100 * b_param.ifbrp_hellotime; in bridge_get_conf_param()353 b_param.ifbrp_hellotime = snmp_timeout2_sec(hello_time); in bridge_set_hello_time()362 bif->bridge_hello_time = b_param.ifbrp_hellotime; in bridge_set_hello_time()
460 param.ifbrp_hellotime = val & 0xff; in setbridge_hellotime()