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

SNMP编程

开发平台:

C/C++

  1. /*
  2.  * snmpEngine.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_SNMPENGINE_H
  8. #define _MIBGROUP_SNMPENGINE_H
  9. /* we use header_generic and checkmib from the util_funcs module */
  10. config_require(util_funcs)
  11. config_add_mib(SNMP-FRAMEWORK-MIB) 
  12. /* Magic number definitions: */
  13. #define   SNMPENGINEID          1
  14. #define   SNMPENGINEBOOTS       2
  15. #define   SNMPENGINETIME        3
  16. #define   SNMPENGINEMAXMESSAGESIZE  4
  17. /* function definitions */
  18. extern void   init_snmpEngine (void);
  19. extern FindVarMethod var_snmpEngine;
  20. #endif /* _MIBGROUP_SNMPENGINE_H */