Home
last modified time | relevance | path

Searched refs:PORT_ROLE_OFFS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_bpdu.h41 #define PORT_ROLE_OFFS 2 /* 0x04 & 0x08 */ macro
42 #define PORT_ROLE_MASK (0x03 << PORT_ROLE_OFFS)
H A Dtransmit.c260 bpdu_packet.body.flags |= (role << PORT_ROLE_OFFS); in txRstp()
H A Dportinfo.c78 port->msgPortRole = (port->msgFlags & PORT_ROLE_MASK) >> PORT_ROLE_OFFS; in rcvBpdu()