Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.h159 #define BSTP_MAX_PRIORITY 61440 macro
H A Dbridgestp.c1595 if (pri < 0 || pri > BSTP_MAX_PRIORITY) in bstp_set_priority()