Home
last modified time | relevance | path

Searched refs:tx_hc (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c433 bridge_set_tx_hold_count(struct bridge_if *bif, int32_t tx_hc) in bridge_set_tx_hold_count() argument
438 if (tx_hc < SNMP_BRIDGE_MIN_TXHC || tx_hc > SNMP_BRIDGE_MAX_TXHC) in bridge_set_tx_hold_count()
444 b_param.ifbrp_txhc = tx_hc; in bridge_set_tx_hold_count()
H A Dbridge_snmp.h304 int bridge_set_tx_hold_count(struct bridge_if *bif, int32_t tx_hc);