Home
last modified time | relevance | path

Searched refs:ifbrp_txhc (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/net/
HDif_bridgevar.h228 #define ifbrp_txhc ifbrp_ifbrpu.ifbrpu_int8 /* bpdu tx holdcount */ macro
HDif_bridge.c2046 return (bstp_set_holdcount(&sc->sc_stp, param->ifbrp_txhc)); in bridge_ioctl_stxhc()
/freebsd-head/usr.sbin/bsnmpd/modules/snmp_bridge/
HDbridge_sys.c444 b_param.ifbrp_txhc = tx_hc; in bridge_set_tx_hold_count()
453 bif->tx_hold_count = b_param.ifbrp_txhc; in bridge_set_tx_hold_count()
/freebsd-head/sbin/ifconfig/
HDifbridge.c537 param.ifbrp_txhc = val & 0xff; in setbridge_holdcount()