#include <sys/types.h>#include <stdlib.h>#include <string.h>#include <memdebug.h>#include <pro/snmp_config.h>
Go to the source code of this file.
Functions | |
| int | SnmpViewCreate (CONST char *name, CONST OID *subtree, size_t subtreelen, int type) |
| int | SnmpViewFind (char *name) |
| int | SnmpCommunityFind (CONST char *name, int *readView, int *writeView) |
| Find community entry by name. | |
| int | SnmpCommunityCreate (CONST char *name, int readView, int writeView) |
| Create a community entry. | |