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

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef AGENT_CALLBACKS_H
  2. #define AGENT_CALLBACKS_H
  3. #define SNMPD_CALLBACK_ACM_CHECK         0
  4. #define SNMPD_CALLBACK_REGISTER_OID      1
  5. #define SNMPD_CALLBACK_UNREGISTER_OID    2
  6. #define SNMPD_CALLBACK_REG_SYSOR         3
  7. #define SNMPD_CALLBACK_UNREG_SYSOR       4
  8. #define SNMPD_CALLBACK_ACM_CHECK_INITIAL 5
  9. #define SNMPD_CALLBACK_SEND_TRAP1        6
  10. #define SNMPD_CALLBACK_SEND_TRAP2        7
  11. #define SNMPD_CALLBACK_REGISTER_NOTIFICATIONS 8
  12. #define SNMPD_CALLBACK_PRE_UPDATE_CONFIG 9
  13. #define SNMPD_CALLBACK_INDEX_START  10
  14. #define SNMPD_CALLBACK_INDEX_STOP  11
  15. #define SNMPD_CALLBACK_ACM_CHECK_SUBTREE 12
  16. #define SNMPD_CALLBACK_REQ_REG_SYSOR     13
  17. #define SNMPD_CALLBACK_REQ_UNREG_SYSOR   14
  18. #define SNMPD_CALLBACK_REQ_UNREG_SYSOR_SESS 15
  19. #endif                          /* AGENT_CALLBACKS_H */