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

/freebsd-13-stable/sys/net/
H A Dif_bridgevar.h226 #define ifbrp_maxage ifbrp_ifbrpu.ifbrpu_int8 /* max age (sec) */ macro
H A Dif_bridge.c1654 param->ifbrp_maxage = bs->bs_bridge_max_age >> 8;
1663 return (bstp_set_maxage(&sc->sc_stp, param->ifbrp_maxage));
/freebsd-13-stable/sbin/ifconfig/
H A Difbridge.c498 param.ifbrp_maxage = val & 0xff;
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c164 bif->bridge_max_age = 100 * b_param.ifbrp_maxage;
333 b_param.ifbrp_maxage = snmp_timeout2_sec(max_age);

Completed in 205 milliseconds