Home
last modified time | relevance | path

Searched refs:BSTP_MIN_HELLO_TIME (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dbridgestp.h151 #define BSTP_MIN_HELLO_TIME (1 * 256) macro
H A Dbridgestp.c610 if (cu->cu_hello_time < BSTP_MIN_HELLO_TIME || in bstp_received_bpdu()
640 (cu->cu_hello_time > BSTP_MIN_HELLO_TIME ? in bstp_received_bpdu()
641 cu->cu_hello_time : BSTP_MIN_HELLO_TIME); in bstp_received_bpdu()
1501 if (t < BSTP_MIN_HELLO_TIME || t > BSTP_MAX_HELLO_TIME) in bstp_set_htime()