Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_bridgevar.h225 #define ifbrp_txhc ifbrp_ifbrpu.ifbrpu_int8 /* bpdu tx holdcount */ macro
H A Dif_bridge.c1974 return (bstp_set_holdcount(&sc->sc_stp, param->ifbrp_txhc)); in bridge_ioctl_stxhc()
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_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/sbin/ifconfig/
H A Difbridge.c537 param.ifbrp_txhc = val & 0xff; in setbridge_holdcount()