usmStats.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  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. #ifndef _MIBGROUP_USMSTATS_H
  8. #define _MIBGROUP_USMSTATS_H
  9. /*
  10.  * we use header_generic and checkmib from the util_funcs module 
  11.  */
  12. config_require(util_funcs)
  13. config_add_mib(SNMP-USER-BASED-SM-MIB)
  14.     /*
  15.      * Magic number definitions: 
  16.      */
  17. #define   USMSTATSUNSUPPORTEDSECLEVELS  0
  18. #define   USMSTATSNOTINTIMEWINDOWS      1
  19. #define   USMSTATSUNKNOWNUSERNAMES      2
  20. #define   USMSTATSUNKNOWNENGINEIDS      3
  21. #define   USMSTATSWRONGDIGESTS          4
  22. #define   USMSTATSDECRYPTIONERRORS      5
  23.     /*
  24.      * function definitions 
  25.      */
  26.      extern void     init_usmStats(void);
  27.      extern FindVarMethod var_usmStats;
  28. #endif                          /* _MIBGROUP_USMSTATS_H */