Searched refs:msgBpduType (Results 1 – 2 of 2) sorted by relevance
66 if (port->msgBpduType == BPDU_TOPO_CHANGE_TYPE) { in rcvBpdu()77 if (BPDU_RSTP == port->msgBpduType) { in rcvBpdu()82 BPDU_CONFIG_TYPE == port->msgBpduType) { in rcvBpdu()99 if (BPDU_CONFIG_TYPE == port->msgBpduType || in rcvBpdu()113 if (RSTP_PORT_ROLE_ROOT == port->msgBpduType && in rcvBpdu()128 if (RSTP_PORT_ROLE_ROOT == port->msgBpduType) { in rcvBpdu()139 stp_trace ("rcvBpdu: OtherMsg: type %d", port->msgBpduType); in rcvBpdu()165 if (BPDU_TOPO_CHANGE_TYPE == port->msgBpduType) { in setTcFlags()201 if (BPDU_TOPO_CHANGE_TYPE == port->msgBpduType) { in updtBPDUVersion()209 if (BPDU_RSTP == port->msgBpduType) { in updtBPDUVersion()[all …]
131 unsigned char msgBpduType; member