lldp_mib_module.h File Reference

LLDP MIB module. More...

#include "mibs/mib_common.h"
#include "lldp/lldp.h"

Go to the source code of this file.

Data Structures

struct  LldpMibBase
 LLDP MIB base. More...
 

Macros

#define LLDP_MIB_SUPPORT   DISABLED
 
#define LLDP_MIB_SET_SUPPORT   DISABLED
 

Enumerations

enum  LldpMibAdminStatus {
  LLDP_MIB_ADMIN_STATUS_INVALID = 0 , LLDP_MIB_ADMIN_STATUS_ENABLED_TX_ONLY = 1 , LLDP_MIB_ADMIN_STATUS_ENABLED_RX_ONLY = 2 , LLDP_MIB_ADMIN_STATUS_ENABLED_TX_RX = 3 ,
  LLDP_MIB_ADMIN_STATUS_DISABLED = 4
}
 Administrative status. More...
 
enum  LldpMibManAddrIfSubtype { LLDP_MIB_MAN_ADDR_IF_SUBTYPE_UNKNOWN = 1 , LLDP_MIB_MAN_ADDR_IF_SUBTYPE_IF_INDEX = 2 , LLDP_MIB_MAN_ADDR_IF_SUBTYPE_SYS_PORT_NUM = 3 }
 Type of interface associated with a management address. More...
 

Variables

LldpMibBase lldpMibBase
 LLDP MIB base. More...
 
const MibObject lldpMibObjects []
 LLDP MIB objects. More...
 
const MibModule lldpMibModule
 LLDP MIB module. More...
 

Detailed Description

LLDP 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 lldp_mib_module.h.

Macro Definition Documentation

◆ LLDP_MIB_SET_SUPPORT

#define LLDP_MIB_SET_SUPPORT   DISABLED

Definition at line 47 of file lldp_mib_module.h.

◆ LLDP_MIB_SUPPORT

#define LLDP_MIB_SUPPORT   DISABLED

Definition at line 40 of file lldp_mib_module.h.

Enumeration Type Documentation

◆ LldpMibAdminStatus

Administrative status.

Enumerator
LLDP_MIB_ADMIN_STATUS_INVALID 
LLDP_MIB_ADMIN_STATUS_ENABLED_TX_ONLY 
LLDP_MIB_ADMIN_STATUS_ENABLED_RX_ONLY 
LLDP_MIB_ADMIN_STATUS_ENABLED_TX_RX 
LLDP_MIB_ADMIN_STATUS_DISABLED 

Definition at line 62 of file lldp_mib_module.h.

◆ LldpMibManAddrIfSubtype

Type of interface associated with a management address.

Enumerator
LLDP_MIB_MAN_ADDR_IF_SUBTYPE_UNKNOWN 

Unknown.

LLDP_MIB_MAN_ADDR_IF_SUBTYPE_IF_INDEX 

Interface index.

LLDP_MIB_MAN_ADDR_IF_SUBTYPE_SYS_PORT_NUM 

System port number.

Definition at line 76 of file lldp_mib_module.h.

Variable Documentation

◆ lldpMibBase

LldpMibBase lldpMibBase
extern

LLDP MIB base.

Definition at line 57 of file lldp_mib_module.c.

◆ lldpMibModule

const MibModule lldpMibModule
extern

LLDP MIB module.

Definition at line 813 of file lldp_mib_module.c.

◆ lldpMibObjects

const MibObject lldpMibObjects[]
extern

LLDP MIB objects.

Definition at line 64 of file lldp_mib_module.c.