* $Id: snmp_config.h,v 1.1 2008/01/31 09:31:29 haraldkipp Exp $ *
Definition in file snmp_config.h.
Go to the source code of this file.
Data Structures | |
struct | VIEW_LIST |
struct | COMMUNITY_LIST |
Defines | |
#define | SNMP_VIEW_INCLUDED 1 |
#define | SNMP_VIEW_EXCLUDED 2 |
Functions | |
int | SnmpViewCreate (const char *, const OID *, size_t, int) |
int | SnmpViewFind (char *) |
int | SnmpCommunityCreate (const char *, int, int) |
int | SnmpCommunityFind (const char *, int *, int *) |
#define SNMP_VIEW_INCLUDED 1 |
Definition at line 51 of file snmp_config.h.
#define SNMP_VIEW_EXCLUDED 2 |
Definition at line 52 of file snmp_config.h.
int SnmpViewCreate | ( | const char * | , | |
const OID * | , | |||
size_t | , | |||
int | ||||
) |
int SnmpViewFind | ( | char * | ) |
int SnmpCommunityCreate | ( | const char * | , | |
int | , | |||
int | ||||
) |
int SnmpCommunityFind | ( | const char * | , | |
int * | , | |||
int * | ||||
) |