Home
last modified time | relevance | path

Searched refs:bs_txholdcount (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Dbridgestp.h402 uint8_t bs_txholdcount; member
H A Dbridgestp.c233 if (bp->bp_txcount > bs->bs_txholdcount) { in bstp_transmit()
1691 bs->bs_txholdcount = count; in bstp_set_holdcount()
2290 bs->bs_txholdcount = BSTP_DEFAULT_HOLD_COUNT; in bstp_attach()
H A Dif_bridge.c3630 req->ifbop_holdcount = bs->bs_txholdcount; \