SNMP configuration. More...
#include <pro/snmp.h>
Go to the source code of this file.
Data Structures | |
struct | _viewEntry |
struct | _communityEntry |
Defines | |
#define | SNMP_VIEW_INCLUDED 1 |
#define | SNMP_VIEW_EXCLUDED 2 |
Typedefs | |
typedef struct _viewEntry | VIEW_LIST |
typedef struct _communityEntry | COMMUNITY_LIST |
Functions | |
int | SnmpViewCreate (CONST char *, CONST OID *, size_t, int) |
int | SnmpViewFind (char *) |
int | SnmpCommunityCreate (CONST char *, int, int) |
Create a community entry. | |
int | SnmpCommunityFind (CONST char *, int *, int *) |
Find community entry by name. |
SNMP configuration.
* $Id: snmp_config.h 2737 2009-10-02 12:37:14Z haraldkipp $ *
Definition in file snmp_config.h.