udp_mib_module.h File Reference

UDP MIB module. More...

#include "mibs/mib_common.h"

Go to the source code of this file.

Data Structures

struct  UdpMibBase
 UDP MIB base. More...
 

Macros

#define UDP_MIB_SUPPORT   DISABLED
 
#define UDP_MIB_INC_COUNTER32(name, value)   udpMibBase.name += value
 
#define UDP_MIB_INC_COUNTER64(name, value)   udpMibBase.name += value
 

Variables

UdpMibBase udpMibBase
 UDP MIB base. More...
 
const MibObject udpMibObjects []
 UDP MIB objects. More...
 
const MibModule udpMibModule
 UDP MIB module. More...
 

Detailed Description

UDP 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 udp_mib_module.h.

Macro Definition Documentation

◆ UDP_MIB_INC_COUNTER32

#define UDP_MIB_INC_COUNTER32 (   name,
  value 
)    udpMibBase.name += value

Definition at line 46 of file udp_mib_module.h.

◆ UDP_MIB_INC_COUNTER64

#define UDP_MIB_INC_COUNTER64 (   name,
  value 
)    udpMibBase.name += value

Definition at line 47 of file udp_mib_module.h.

◆ UDP_MIB_SUPPORT

#define UDP_MIB_SUPPORT   DISABLED

Definition at line 39 of file udp_mib_module.h.

Variable Documentation

◆ udpMibBase

UdpMibBase udpMibBase
extern

UDP MIB base.

Definition at line 60 of file udp_mib_module.c.

◆ udpMibModule

const MibModule udpMibModule
extern

UDP MIB module.

Definition at line 181 of file udp_mib_module.c.

◆ udpMibObjects

const MibObject udpMibObjects[]
extern

UDP MIB objects.

Definition at line 67 of file udp_mib_module.c.