LLDP MIB module implementation (lldpStatistics subtree) More...
Go to the source code of this file.
Functions | |
error_t | lldpMibGetLldpStatsRemTablesLastChangeTime (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get lldpStatsRemTablesLastChangeTime object value. More... | |
error_t | lldpMibGetLldpStatsRemTablesInserts (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get lldpStatsRemTablesInserts object value. More... | |
error_t | lldpMibGetLldpStatsRemTablesDeletes (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get lldpStatsRemTablesDeletes object value. More... | |
error_t | lldpMibGetLldpStatsRemTablesDrops (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get lldpStatsRemTablesDrops object value. More... | |
error_t | lldpMibGetLldpStatsRemTablesAgeouts (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get lldpStatsRemTablesAgeouts object value. More... | |
error_t | lldpMibGetLldpStatsTxPortEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get lldpStatsTxPortEntry object value. More... | |
error_t | lldpMibGetNextLldpStatsTxPortEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, uint8_t *nextOid, size_t *nextOidLen) |
Get next lldpStatsTxPortEntry object. More... | |
error_t | lldpMibGetLldpStatsRxPortEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get lldpStatsRxPortEntry object value. More... | |
error_t | lldpMibGetNextLldpStatsRxPortEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, uint8_t *nextOid, size_t *nextOidLen) |
Get next lldpStatsRxPortEntry object. More... | |
Detailed Description
LLDP MIB module implementation (lldpStatistics subtree)
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.
- Version
- 2.4.4
Definition in file lldp_mib_impl_stats.h.
Function Documentation
◆ lldpMibGetLldpStatsRemTablesAgeouts()
error_t lldpMibGetLldpStatsRemTablesAgeouts | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get lldpStatsRemTablesAgeouts object value.
- Parameters
-
[in] object Pointer to the MIB object descriptor [in] oid Object identifier (object name and instance identifier) [in] oidLen Length of the OID, in bytes [out] value Object value [in,out] valueLen Length of the object value, in bytes
- Returns
- Error code
Definition at line 193 of file lldp_mib_impl_stats.c.
◆ lldpMibGetLldpStatsRemTablesDeletes()
error_t lldpMibGetLldpStatsRemTablesDeletes | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get lldpStatsRemTablesDeletes object value.
- Parameters
-
[in] object Pointer to the MIB object descriptor [in] oid Object identifier (object name and instance identifier) [in] oidLen Length of the OID, in bytes [out] value Object value [in,out] valueLen Length of the object value, in bytes
- Returns
- Error code
Definition at line 126 of file lldp_mib_impl_stats.c.
◆ lldpMibGetLldpStatsRemTablesDrops()
error_t lldpMibGetLldpStatsRemTablesDrops | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get lldpStatsRemTablesDrops object value.
- Parameters
-
[in] object Pointer to the MIB object descriptor [in] oid Object identifier (object name and instance identifier) [in] oidLen Length of the OID, in bytes [out] value Object value [in,out] valueLen Length of the object value, in bytes
- Returns
- Error code
Definition at line 159 of file lldp_mib_impl_stats.c.
◆ lldpMibGetLldpStatsRemTablesInserts()
error_t lldpMibGetLldpStatsRemTablesInserts | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get lldpStatsRemTablesInserts object value.
- Parameters
-
[in] object Pointer to the MIB object descriptor [in] oid Object identifier (object name and instance identifier) [in] oidLen Length of the OID, in bytes [out] value Object value [in,out] valueLen Length of the object value, in bytes
- Returns
- Error code
Definition at line 93 of file lldp_mib_impl_stats.c.
◆ lldpMibGetLldpStatsRemTablesLastChangeTime()
error_t lldpMibGetLldpStatsRemTablesLastChangeTime | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get lldpStatsRemTablesLastChangeTime object value.
- Parameters
-
[in] object Pointer to the MIB object descriptor [in] oid Object identifier (object name and instance identifier) [in] oidLen Length of the OID, in bytes [out] value Object value [in,out] valueLen Length of the object value, in bytes
- Returns
- Error code
Definition at line 60 of file lldp_mib_impl_stats.c.
◆ lldpMibGetLldpStatsRxPortEntry()
error_t lldpMibGetLldpStatsRxPortEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get lldpStatsRxPortEntry object value.
- Parameters
-
[in] object Pointer to the MIB object descriptor [in] oid Object identifier (object name and instance identifier) [in] oidLen Length of the OID, in bytes [out] value Object value [in,out] valueLen Length of the object value, in bytes
- Returns
- Error code
Definition at line 373 of file lldp_mib_impl_stats.c.
◆ lldpMibGetLldpStatsTxPortEntry()
error_t lldpMibGetLldpStatsTxPortEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get lldpStatsTxPortEntry object value.
- Parameters
-
[in] object Pointer to the MIB object descriptor [in] oid Object identifier (object name and instance identifier) [in] oidLen Length of the OID, in bytes [out] value Object value [in,out] valueLen Length of the object value, in bytes
- Returns
- Error code
Definition at line 227 of file lldp_mib_impl_stats.c.
◆ lldpMibGetNextLldpStatsRxPortEntry()
error_t lldpMibGetNextLldpStatsRxPortEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
uint8_t * | nextOid, | ||
size_t * | nextOidLen | ||
) |
Get next lldpStatsRxPortEntry object.
- Parameters
-
[in] object Pointer to the MIB object descriptor [in] oid Object identifier [in] oidLen Length of the OID, in bytes [out] nextOid OID of the next object in the MIB [out] nextOidLen Length of the next object identifier, in bytes
- Returns
- Error code
Definition at line 477 of file lldp_mib_impl_stats.c.
◆ lldpMibGetNextLldpStatsTxPortEntry()
error_t lldpMibGetNextLldpStatsTxPortEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
uint8_t * | nextOid, | ||
size_t * | nextOidLen | ||
) |
Get next lldpStatsTxPortEntry object.
- Parameters
-
[in] object Pointer to the MIB object descriptor [in] oid Object identifier [in] oidLen Length of the OID, in bytes [out] nextOid OID of the next object in the MIB [out] nextOidLen Length of the next object identifier, in bytes
- Returns
- Error code
Definition at line 288 of file lldp_mib_impl_stats.c.