Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dbridgestp.h189 #define BSTP_MAX_PRIORITY 61440 macro
H A Dbridgestp.c1733 if (pri < 0 || pri > BSTP_MAX_PRIORITY) { in bstp_set_priority()