rstp_tcm.c
Topology change state machine (TCM)
RSTP helper functions.
RSTP (Rapid Spanning Tree Protocol)
void rstpNewTcWhile(RstpBridgePort *port)
Update the value of tcWhile (17.21.7)
Definition: rstp_procedures.c:181
RSTP state machine procedures.
void rstpFsmError(RstpBridgeContext *context)
RSTP state machine error handler.
Definition: rstp_fsm.c:226
void rstpTcmChangeState(RstpBridgePort *port, RstpTcmState newState)
Update TCM state machine state.
Definition: rstp_tcm.c:189
const char_t * rstpGetParamName(uint_t value, const RstpParamName *paramList, size_t paramListLen)
Convert a parameter to string representation.
Definition: rstp_misc.c:883
Debugging facilities.
void rstpSetTcPropTree(RstpBridgePort *port)
Set tcProp for all ports except the port that called the procedure (17.21.18)
Definition: rstp_procedures.c:591
Rapid Spanning Tree state machines.