added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / snmpv3 / usmStats.h
1 /*
2  * usmStats.h
3  *
4  * This file was generated by mib2c and is intended for use as a mib module
5  * for the ucd-snmp snmpd agent.
6  */
7
8 #ifndef _MIBGROUP_USMSTATS_H
9 #define _MIBGROUP_USMSTATS_H
10
11 /*
12  * we use header_generic and checkmib from the util_funcs module 
13  */
14
15 config_require(util_funcs)
16 config_add_mib(SNMP-USER-BASED-SM-MIB)
17
18     /*
19      * Magic number definitions: 
20      */
21 #define   USMSTATSUNSUPPORTEDSECLEVELS  0
22 #define   USMSTATSNOTINTIMEWINDOWS      1
23 #define   USMSTATSUNKNOWNUSERNAMES      2
24 #define   USMSTATSUNKNOWNENGINEIDS      3
25 #define   USMSTATSWRONGDIGESTS          4
26 #define   USMSTATSDECRYPTIONERRORS      5
27     /*
28      * function definitions 
29      */
30      extern void     init_usmStats(void);
31      extern FindVarMethod var_usmStats;
32
33
34 #endif                          /* _MIBGROUP_USMSTATS_H */