Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dbridgestp.h183 #define BSTP_MIN_FORWARD_DELAY (4 * 256) macro
H A Dbridgestp.c1652 if (t < BSTP_MIN_FORWARD_DELAY || t > BSTP_MAX_FORWARD_DELAY) { in bstp_set_fdelay()