#include <sys/types.h>#include <stdlib.h>#include <string.h>#include <memdebug.h>#include <pro/snmp.h>#include <pro/snmp_api.h>#include <pro/snmp_mib.h>
Go to the source code of this file.
Data Structures | |
| struct | _SUBTREE |
Typedefs | |
| typedef struct _SUBTREE | SUBTREE |
Functions | |
| int | SnmpMibRegister (OID basename[], size_t baselen, SNMPVAR *vars, int num) |
| Register MIB variables. | |
| uint8_t * | SnmpMibFind (OID *name, size_t *namelen, uint8_t *type, size_t *len, uint16_t *acl, int exact, WMETHOD **wmethod, int *no_obj) |
| Find MIB variable. | |