Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_bridgevar.h223 #define ifbrp_txhc ifbrp_ifbrpu.ifbrpu_int8 /* bpdu tx holdcount */ macro
H A Dif_bridge.c1845 return (bstp_set_holdcount(&sc->sc_stp, param->ifbrp_txhc)); in bridge_ioctl_stxhc()
/f-stack/tools/compat/include/net/
H A Dif_bridgevar.h223 #define ifbrp_txhc ifbrp_ifbrpu.ifbrpu_int8 /* bpdu tx holdcount */ macro
/f-stack/tools/ifconfig/
H A Difbridge.c600 param.ifbrp_txhc = val & 0xff; in setbridge_holdcount()