snmp_mpd_mib_module.h File Reference

SNMP MPD MIB module. More...

#include "mibs/mib_common.h"

Go to the source code of this file.

Data Structures

struct  SnmpMpdMibBase
 SNMP MPD MIB base. More...
 

Macros

#define SNMP_MPD_MIB_SUPPORT   DISABLED
 
#define SNMP_MPD_MIB_INC_COUNTER32(name, value)   snmpMpdMibBase.name += value
 

Variables

SnmpMpdMibBase snmpMpdMibBase
 SNMP MPD MIB base. More...
 
const MibObject snmpMpdMibObjects []
 SNMP MPD MIB objects. More...
 
const MibModule snmpMpdMibModule
 SNMP MPD MIB module. More...
 

Detailed Description

SNMP MPD MIB module.

License

SPDX-License-Identifier: GPL-2.0-or-later

Copyright (C) 2010-2024 Oryx Embedded SARL. All rights reserved.

This file is part of CycloneTCP 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.

Author
Oryx Embedded SARL (www.oryx-embedded.com)
Version
2.4.0

Definition in file snmp_mpd_mib_module.h.

Macro Definition Documentation

◆ SNMP_MPD_MIB_INC_COUNTER32

#define SNMP_MPD_MIB_INC_COUNTER32 (   name,
  value 
)    snmpMpdMibBase.name += value

Definition at line 46 of file snmp_mpd_mib_module.h.

◆ SNMP_MPD_MIB_SUPPORT

#define SNMP_MPD_MIB_SUPPORT   DISABLED

Definition at line 39 of file snmp_mpd_mib_module.h.

Variable Documentation

◆ snmpMpdMibBase

SnmpMpdMibBase snmpMpdMibBase
extern

SNMP MPD MIB base.

Definition at line 57 of file snmp_mpd_mib_module.c.

◆ snmpMpdMibModule

const MibModule snmpMpdMibModule
extern

SNMP MPD MIB module.

Definition at line 118 of file snmp_mpd_mib_module.c.

◆ snmpMpdMibObjects

const MibObject snmpMpdMibObjects[]
extern

SNMP MPD MIB objects.

Definition at line 64 of file snmp_mpd_mib_module.c.