rstp_pst.c
void rstpEnableLearning(RstpBridgePort *port)
Start learning from frames received on the port (17.21.6)
Definition: rstp_procedures.c:166
void rstpDisableLearning(RstpBridgePort *port)
Stop learning from frames received on the port (17.21.4)
Definition: rstp_procedures.c:132
void rstpDisableForwarding(RstpBridgePort *port)
Stop forwarding frames through the port (17.21.3)
Definition: rstp_procedures.c:120
void rstpEnableForwarding(RstpBridgePort *port)
Start forwarding frames through the port (17.21.5)
Definition: rstp_procedures.c:147
RSTP helper functions.
RSTP (Rapid Spanning Tree Protocol)
RSTP state machine procedures.
void rstpFsmError(RstpBridgeContext *context)
RSTP state machine error handler.
Definition: rstp_fsm.c:226
Port State Transition state machine (PST)
void rstpPstChangeState(RstpBridgePort *port, RstpPstState newState)
Update PST state machine state.
Definition: rstp_pst.c:134
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.
Rapid Spanning Tree state machines.