bridge_mib_impl.c
OID (Object Identifier)
Bridge MIB module implementation.
error_t bridgeMibSetRstpBridgeContext(RstpBridgeContext *context)
Attach RSTP bridge context.
Definition: bridge_mib_impl.c:113
RSTP helper functions.
@ BRIDGE_MIB_BASE_TYPE_TRANSPARENT_ONLY
Definition: bridge_mib_module.h:66
Management of the RSTP bridge.
STP (Spanning Tree Protocol)
uint_t bridgeMibGetPortIndex(uint16_t portNum)
Get the port index that matches the specified port number.
Definition: bridge_mib_impl.c:181
int32_t dot1dStpProtocolSpecification
Definition: bridge_mib_module.h:153
RSTP (Rapid Spanning Tree Protocol)
General definitions for cryptographic algorithms.
error_t bridgeMibSetStpBridgeContext(StpBridgeContext *context)
Attach STP bridge context.
Definition: bridge_mib_impl.c:83
uint16_t bridgeMibGetPortNum(uint16_t portIndex)
Get the port number that matches the specified port index.
Definition: bridge_mib_impl.c:240
RstpBridgeContext * rstpBridgeContext
Definition: bridge_mib_module.h:150
RstpBridgePort * rstpGetBridgePort(RstpBridgeContext *context, uint16_t portId)
Retrieve the port that matches the specified port number.
Definition: rstp_misc.c:187
Common definitions for MIB modules.
STP helper functions.
@ BRIDGE_MIB_PROTOCOL_SPEC_IEEE802_1D
Definition: bridge_mib_module.h:80
StpBridgePort * stpGetBridgePort(StpBridgeContext *context, uint16_t portId)
Retrieve the port that matches the specified port number.
Definition: stp_misc.c:212
TCP/IP stack core.
Bridge MIB module.
Debugging facilities.
ASN.1 (Abstract Syntax Notation One)
Management of the STP bridge.
StpBridgeContext * stpBridgeContext
Definition: bridge_mib_module.h:147