Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_bpdu.h42 #define PORT_ROLE_MASK (0x03 << PORT_ROLE_OFFS) macro
H A Dportinfo.c78 port->msgPortRole = (port->msgFlags & PORT_ROLE_MASK) >> PORT_ROLE_OFFS; in rcvBpdu()