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

SNMP编程

开发平台:

Unix_Linux

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