#include <agent_pp/snmp_pp_ext.h>
Go to the source code of this file.
Classes | |
class | Vacm |
struct | Vacm::ClassPointers |
Defines | |
#define | TRUE 1 |
#define | FALSE 0 |
#define | boolean int |
#define | VACM_accessAllowed 0 |
#define | VACM_notInView 1 |
#define | VACM_noSuchView 2 |
#define | VACM_noSuchContext 3 |
#define | VACM_noGroupName 4 |
#define | VACM_noAccessEntry 5 |
#define | VACM_otherError 6 |
#define | VACM_viewFound 7 |
#define | mibView_read 1 |
#define | mibView_write 2 |
#define | mibView_notify 3 |
#define | storageType_other 1 |
#define | storageType_volatile 2 |
#define | storageType_nonVolatile 3 |
#define | storageType_permanent 4 |
#define | storageType_readOnly 5 |
#define | match_exact 1 |
#define | match_prefix 2 |
#define | view_included 1 |
#define | view_excluded 2 |
Variables | |
static const char * | vacmErrs [] |
#define boolean int |
#define FALSE 0 |
#define match_exact 1 |
#define match_prefix 2 |
#define mibView_notify 3 |
#define mibView_read 1 |
#define mibView_write 2 |
#define storageType_nonVolatile 3 |
#define storageType_other 1 |
#define storageType_permanent 4 |
#define storageType_readOnly 5 |
#define storageType_volatile 2 |
#define TRUE 1 |
#define VACM_accessAllowed 0 |
#define VACM_noAccessEntry 5 |
#define VACM_noGroupName 4 |
#define VACM_noSuchContext 3 |
#define VACM_noSuchView 2 |
#define VACM_notInView 1 |
#define VACM_otherError 6 |
#define VACM_viewFound 7 |
#define view_excluded 2 |
#define view_included 1 |
const char* vacmErrs[] [static] |
Initial value:
{ "accessAllowed", "notInView", "noSuchView ", "noSuchContext", "noGroupName", "noAccessEntry", "otherError" }