bridge_mib_impl.h
uint_t bridgeMibGetPortIndex(uint16_t portNum)
Get the port index that matches the specified port number.
Definition: bridge_mib_impl.c:181
STP (Spanning Tree Protocol)
error_t bridgeMibSetStpBridgeContext(StpBridgeContext *context)
Attach STP bridge context.
Definition: bridge_mib_impl.c:83
RSTP (Rapid Spanning Tree Protocol)
error_t bridgeMibSetRstpBridgeContext(RstpBridgeContext *context)
Attach RSTP bridge context.
Definition: bridge_mib_impl.c:113
Common definitions for MIB modules.
uint16_t bridgeMibGetPortNum(uint16_t portIndex)
Get the port number that matches the specified port index.
Definition: bridge_mib_impl.c:240