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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  *  ICMP MIB group interface - icmp.h
  3.  *
  4.  */
  5. #ifndef _MIBGROUP_ICMP_H
  6. #define _MIBGROUP_ICMP_H
  7. config_arch_require(solaris2, kernel_sunos5)
  8. config_arch_require(linux, mibII/kernel_linux)
  9. #include <net-snmp/agent/cache_handler.h>
  10. extern void     init_icmp(void);
  11. extern Netsnmp_Node_Handler icmp_handler;
  12. extern NetsnmpCacheLoad icmp_load;
  13. extern NetsnmpCacheFree icmp_free;
  14. #define ICMPINMSGS       1
  15. #define ICMPINERRORS       2
  16. #define ICMPINDESTUNREACHS    3
  17. #define ICMPINTIMEEXCDS       4
  18. #define ICMPINPARMPROBS       5
  19. #define ICMPINSRCQUENCHS      6
  20. #define ICMPINREDIRECTS       7
  21. #define ICMPINECHOS       8
  22. #define ICMPINECHOREPS       9
  23. #define ICMPINTIMESTAMPS     10
  24. #define ICMPINTIMESTAMPREPS  11
  25. #define ICMPINADDRMASKS      12
  26. #define ICMPINADDRMASKREPS   13
  27. #define ICMPOUTMSGS      14
  28. #define ICMPOUTERRORS      15
  29. #define ICMPOUTDESTUNREACHS  16
  30. #define ICMPOUTTIMEEXCDS     17
  31. #define ICMPOUTPARMPROBS     18
  32. #define ICMPOUTSRCQUENCHS    19
  33. #define ICMPOUTREDIRECTS     20
  34. #define ICMPOUTECHOS      21
  35. #define ICMPOUTECHOREPS      22
  36. #define ICMPOUTTIMESTAMPS    23
  37. #define ICMPOUTTIMESTAMPREPS 24
  38. #define ICMPOUTADDRMASKS     25
  39. #define ICMPOUTADDRMASKREPS  26
  40. #endif                          /* _MIBGROUP_ICMP_H */