Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.c816 if (bridge_set_tx_hold_count(bif, val->v.integer) < 0) in op_dot1d_stp()
852 bridge_set_tx_hold_count(bif, ctx->scratch->int1); in op_dot1d_stp()
1273 if (bridge_set_tx_hold_count(bif, val->v.integer) < 0) in op_begemot_stp()
1317 bridge_set_tx_hold_count(bif, ctx->scratch->int1); in op_begemot_stp()
H A Dbridge_snmp.h304 int bridge_set_tx_hold_count(struct bridge_if *bif, int32_t tx_hc);
H A Dbridge_sys.c433 bridge_set_tx_hold_count(struct bridge_if *bif, int32_t tx_hc) in bridge_set_tx_hold_count() function