Webserver+3d print
mib2_impl.h File Reference
MIB-II module implementation. More...
Go to the source code of this file.
Functions | |
error_t | mib2Init (void) |
MIB-II module initialization. | |
void | mib2Lock (void) |
Lock MIB-II base. | |
void | mib2Unlock (void) |
Unlock MIB-II base. | |
error_t | mib2GetSysUpTime (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get sysUpTime object value. | |
error_t | mib2GetIfEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get ifEntry object value. | |
error_t | mib2GetNextIfEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, uint8_t *nextOid, size_t *nextOidLen) |
Get next ifEntry object. | |
error_t | mib2GetIpAddrEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get ipAddrEntry object value. | |
error_t | mib2GetNextIpAddrEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, uint8_t *nextOid, size_t *nextOidLen) |
Get next ipAddrEntry object. | |
error_t | mib2SetIpNetToMediaEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, const MibVariant *value, size_t valueLen) |
Set ipNetToMediaEntry object value. | |
error_t | mib2GetIpNetToMediaEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get ipNetToMediaEntry object value. | |
error_t | mib2GetNextIpNetToMediaEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, uint8_t *nextOid, size_t *nextOidLen) |
Get next ipNetToMediaEntry object. | |
error_t | mib2SetTcpConnEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, const MibVariant *value, size_t valueLen) |
Set tcpConnEntry object value. | |
error_t | mib2GetTcpConnEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get tcpConnEntry object value. | |
error_t | mib2GetNextTcpConnEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, uint8_t *nextOid, size_t *nextOidLen) |
Get next tcpConnEntry object. | |
error_t | mib2GetUdpEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) |
Get udpEntry object value. | |
error_t | mib2GetNextUdpEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, uint8_t *nextOid, size_t *nextOidLen) |
Get next udpEntry object. |
Detailed Description
MIB-II module implementation.
License
Copyright (C) 2010-2017 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:
- 1.7.6
Definition in file mib2_impl.h.
Function Documentation
error_t mib2GetIfEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get ifEntry 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 196 of file mib2_impl.c.
error_t mib2GetIpAddrEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get ipAddrEntry 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 466 of file mib2_impl.c.
error_t mib2GetIpNetToMediaEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get ipNetToMediaEntry 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 664 of file mib2_impl.c.
error_t mib2GetNextIfEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
uint8_t * | nextOid, | ||
size_t * | nextOidLen | ||
) |
Get next ifEntry 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 411 of file mib2_impl.c.
error_t mib2GetNextIpAddrEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
uint8_t * | nextOid, | ||
size_t * | nextOidLen | ||
) |
Get next ipAddrEntry 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 560 of file mib2_impl.c.
error_t mib2GetNextIpNetToMediaEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
uint8_t * | nextOid, | ||
size_t * | nextOidLen | ||
) |
Get next ipNetToMediaEntry 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 764 of file mib2_impl.c.
error_t mib2GetNextTcpConnEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
uint8_t * | nextOid, | ||
size_t * | nextOidLen | ||
) |
Get next tcpConnEntry 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 1069 of file mib2_impl.c.
error_t mib2GetNextUdpEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
uint8_t * | nextOid, | ||
size_t * | nextOidLen | ||
) |
Get next udpEntry 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 1330 of file mib2_impl.c.
error_t mib2GetSysUpTime | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get sysUpTime 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 176 of file mib2_impl.c.
error_t mib2GetTcpConnEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get tcpConnEntry 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 901 of file mib2_impl.c.
error_t mib2GetUdpEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
MibVariant * | value, | ||
size_t * | valueLen | ||
) |
Get udpEntry 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 1222 of file mib2_impl.c.
error_t mib2Init | ( | void | ) |
void mib2Lock | ( | void | ) |
Lock MIB-II base.
Definition at line 148 of file mib2_impl.c.
error_t mib2SetIpNetToMediaEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
const MibVariant * | value, | ||
size_t | valueLen | ||
) |
Set ipNetToMediaEntry 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 [in] value Object value [in] valueLen Length of the object value, in bytes
- Returns:
- Error code
Definition at line 646 of file mib2_impl.c.
error_t mib2SetTcpConnEntry | ( | const MibObject * | object, |
const uint8_t * | oid, | ||
size_t | oidLen, | ||
const MibVariant * | value, | ||
size_t | valueLen | ||
) |
Set tcpConnEntry 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] valueLen Length of the object value, in bytes
- Returns:
- Error code
Definition at line 883 of file mib2_impl.c.
void mib2Unlock | ( | void | ) |
Unlock MIB-II base.
Definition at line 159 of file mib2_impl.c.
Generated on Tue Jul 12 2022 17:10:20 by
