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

/freebsd-10.2-release/sys/net/
H A Dbridgestp.h151 #define BSTP_MIN_HELLO_TIME (1 * 256) macro
H A Dbridgestp.c618 (cu->cu_hello_time > BSTP_MIN_HELLO_TIME ?
619 cu->cu_hello_time : BSTP_MIN_HELLO_TIME);
1478 if (t < BSTP_MIN_HELLO_TIME || t > BSTP_MAX_HELLO_TIME)

Completed in 180 milliseconds