usmStats.h
上传用户:cxs890
上传日期:2021-05-22
资源大小:347k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

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