SNMP MIB support functions. More...
#include <pro/asn1.h>
Go to the source code of this file.
Data Structures | |
struct | _SNMPVAR |
Typedefs | |
typedef int( | WMETHOD )(int, uint8_t *, uint8_t, size_t, OID *, size_t) |
typedef struct _SNMPVAR | SNMPVAR |
Functions | |
int | SnmpMibRegister (OID[], size_t, SNMPVAR *, int) |
Register MIB variables. | |
uint8_t * | SnmpMibFind (OID *, size_t *, uint8_t *, size_t *, uint16_t *, int, WMETHOD **, int *) |
Find MIB variable. |
SNMP MIB support functions.
* $Id: snmp_mib.h 2737 2009-10-02 12:37:14Z haraldkipp $ *
Definition in file snmp_mib.h.