Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.h172 #define BSTP_PROTO_MAX BSTP_PROTO_RSTP macro
H A Dbridgestp.c497 if (tpdu.tbu_protover > BSTP_PROTO_MAX) in bstp_input()
498 tpdu.tbu_protover = BSTP_PROTO_MAX; in bstp_input()