Searched refs:hello_time (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.h164 int32_t hello_time; /* Current hello time. */ member in struct:bridge_if
294 int bridge_set_hello_time(struct bridge_if *bif, int32_t hello_time);
H A Dbridge_sys.c240 bif->hello_time = 100 * b_req.ifbop_hellotime;
347 bridge_set_hello_time(struct bridge_if *bif, int32_t hello_time) argument
355 b_param.ifbrp_hellotime = snmp_timeout2_sec(hello_time);
H A Dbridge_if.c724 val->v.integer = bif->hello_time;
1364 val->v.integer = bif->hello_time;
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-stp.c40 uint8_t hello_time[2]; member in struct:stp_bpdu_
124 (float)EXTRACT_16BITS(&stp_bpdu->hello_time) / STP_TIME_BASE,
281 (float)EXTRACT_16BITS(&stp_bpdu->hello_time) / STP_TIME_BASE,

Completed in 130 milliseconds