RSTP MIB module. More...
Go to the source code of this file.
Data Structures | |
struct | RstpMibBase |
RSTP MIB base. More... | |
Macros | |
#define | RSTP_MIB_SUPPORT DISABLED |
#define | RSTP_MIB_SET_SUPPORT DISABLED |
Enumerations | |
enum | RstpMibPortAdminPointToPoint { RSTP_MIB_PORT_ADMIN_P2P_FORCE_TRUE = 0, RSTP_MIB_PORT_ADMIN_P2P_FORCE_FALSE = 1, RSTP_MIB_PORT_ADMIN_P2P_AUTO = 2 } |
Administrative point-to-point status. More... | |
Variables | |
RstpMibBase | rstpMibBase |
RSTP MIB base. More... | |
const MibObject | rstpMibObjects [] |
RSTP MIB objects. More... | |
const MibModule | rstpMibModule |
RSTP MIB module. More... | |
Detailed Description
RSTP MIB module.
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2019-2024 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneSTP Open.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Version
- 2.4.4
Definition in file rstp_mib_module.h.
Macro Definition Documentation
◆ RSTP_MIB_SET_SUPPORT
#define RSTP_MIB_SET_SUPPORT DISABLED |
Definition at line 47 of file rstp_mib_module.h.
◆ RSTP_MIB_SUPPORT
#define RSTP_MIB_SUPPORT DISABLED |
Definition at line 40 of file rstp_mib_module.h.
Enumeration Type Documentation
◆ RstpMibPortAdminPointToPoint
Administrative point-to-point status.
Enumerator | |
---|---|
RSTP_MIB_PORT_ADMIN_P2P_FORCE_TRUE | |
RSTP_MIB_PORT_ADMIN_P2P_FORCE_FALSE | |
RSTP_MIB_PORT_ADMIN_P2P_AUTO |
Definition at line 62 of file rstp_mib_module.h.
Variable Documentation
◆ rstpMibBase
|
extern |
RSTP MIB base.
Definition at line 52 of file rstp_mib_module.c.
◆ rstpMibModule
|
extern |
RSTP MIB module.
Definition at line 188 of file rstp_mib_module.c.
◆ rstpMibObjects
|
extern |
RSTP MIB objects.
Definition at line 59 of file rstp_mib_module.c.