usmStats.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
- /*
- * usmStats.h
- *
- * This file was generated by mib2c and is intended for use as a mib module
- * for the ucd-snmp snmpd agent.
- */
- #ifndef _MIBGROUP_USMSTATS_H
- #define _MIBGROUP_USMSTATS_H
- /*
- * we use header_generic and checkmib from the util_funcs module
- */
- config_require(util_funcs)
- config_add_mib(SNMP-USER-BASED-SM-MIB)
- /*
- * Magic number definitions:
- */
- #define USMSTATSUNSUPPORTEDSECLEVELS 0
- #define USMSTATSNOTINTIMEWINDOWS 1
- #define USMSTATSUNKNOWNUSERNAMES 2
- #define USMSTATSUNKNOWNENGINEIDS 3
- #define USMSTATSWRONGDIGESTS 4
- #define USMSTATSDECRYPTIONERRORS 5
- /*
- * function definitions
- */
- extern void init_usmStats(void);
- extern FindVarMethod var_usmStats;
- #endif /* _MIBGROUP_USMSTATS_H */