Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.c786 if (bridge_set_hello_time(bif, val->v.integer) < 0) in op_dot1d_stp()
843 bridge_set_hello_time(bif, ctx->scratch->int1); in op_dot1d_stp()
1242 if (bridge_set_hello_time(bif, val->v.integer) < 0) in op_begemot_stp()
1305 bridge_set_hello_time(bif, ctx->scratch->int1); in op_begemot_stp()
H A Dbridge_snmp.h292 int bridge_set_hello_time(struct bridge_if *bif, int32_t hello_time);
H A Dbridge_sys.c345 bridge_set_hello_time(struct bridge_if *bif, int32_t hello_time) in bridge_set_hello_time() function