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

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-stp.c47 u_int8_t hello_time[2]; member in struct:stp_bpdu_
125 (float)EXTRACT_16BITS(&stp_bpdu->hello_time) / STP_TIME_BASE,
274 (float)EXTRACT_16BITS(&stp_bpdu->hello_time) / STP_TIME_BASE,
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.h162 int32_t hello_time; /* Current hello time. */ member in struct:bridge_if
292 int bridge_set_hello_time(struct bridge_if *bif, int32_t hello_time);
H A Dbridge_sys.c237 bif->hello_time = 100 * b_req.ifbop_hellotime;
344 bridge_set_hello_time(struct bridge_if *bif, int32_t hello_time) argument
352 b_param.ifbrp_hellotime = snmp_timeout2_sec(hello_time);
H A Dbridge_if.c721 val->v.integer = bif->hello_time;
1361 val->v.integer = bif->hello_time;

Completed in 110 milliseconds