Searched refs:ifbrp_hellotime (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/net/
H A Dif_bridgevar.h222 #define ifbrp_hellotime ifbrp_ifbrpu.ifbrpu_int8 /* hello time (sec) */ macro
H A Dif_bridge.c1475 param->ifbrp_hellotime = bs->bs_bridge_htime >> 8;
1484 return (bstp_set_htime(&sc->sc_stp, param->ifbrp_hellotime));
/freebsd-10.3-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c170 bif->bridge_hello_time = 100 * b_param.ifbrp_hellotime;
352 b_param.ifbrp_hellotime = snmp_timeout2_sec(hello_time);
361 bif->bridge_hello_time = b_param.ifbrp_hellotime;
/freebsd-10.3-release/sbin/ifconfig/
H A Difbridge.c534 param.ifbrp_hellotime = val & 0xff;

Completed in 71 milliseconds