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

/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.h181 #define BSTP_MIN_HELLO_TIME (1 * 256) macro
H A Dbridgestp.c701 (cu->cu_hello_time > BSTP_MIN_HELLO_TIME ?
702 cu->cu_hello_time : BSTP_MIN_HELLO_TIME);
1564 if (t < BSTP_MIN_HELLO_TIME || t > BSTP_MAX_HELLO_TIME)

Completed in 22 milliseconds