Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
Dbridge_if.c785 if (bridge_set_hello_time(bif, val->v.integer) < 0) in op_dot1d_stp()
842 bridge_set_hello_time(bif, ctx->scratch->int1); in op_dot1d_stp()
1241 if (bridge_set_hello_time(bif, val->v.integer) < 0) in op_begemot_stp()
1304 bridge_set_hello_time(bif, ctx->scratch->int1); in op_begemot_stp()
Dbridge_snmp.h292 int bridge_set_hello_time(struct bridge_if *bif, int32_t hello_time);
Dbridge_sys.c344 bridge_set_hello_time(struct bridge_if *bif, int32_t hello_time) in bridge_set_hello_time() function