Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.h153 #define BSTP_MIN_FORWARD_DELAY (4 * 256) macro
H A Dbridgestp.c607 if (cu->cu_forward_delay < BSTP_MIN_FORWARD_DELAY || in bstp_received_bpdu()
1518 if (t < BSTP_MIN_FORWARD_DELAY || t > BSTP_MAX_FORWARD_DELAY) in bstp_set_fdelay()