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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  *Copyright(c)2004,Cisco URP imburses and Network Information Center in Beijing University of Posts and Telecommunications researches.
  3.  *
  4.  *All right reserved
  5.  *
  6.  *File Name:pingResultsTable.h
  7.  *File Description:The head file of pingResultsTable.c
  8.  *
  9.  *Current Version:1.0
  10.  *Author:ChenJing
  11.  *Date:2004.8.20
  12.  */
  13. #ifndef PINGRESULTSTABLE_H
  14. #define PINGRESULTSTABLE_H
  15. config_require(header_complex);
  16. /*
  17.  * function declarations 
  18.  */
  19. void            init_pingResultsTable(void);
  20. FindVarMethod   var_pingResultsTable;
  21. void            parse_pingResultsTable(const char *, char *);
  22. SNMPCallback    store_pingResultsTable;
  23. /*
  24.  * column number definitions for table pingResultsTable 
  25.  */
  26. #define COLUMN_PINGRESULTSOPERSTATUS 1
  27. #define COLUMN_PINGRESULTSIPTARGETADDRESSTYPE 2
  28. #define COLUMN_PINGRESULTSIPTARGETADDRESS 3
  29. #define COLUMN_PINGRESULTSMINRTT 4
  30. #define COLUMN_PINGRESULTSMAXRTT 5
  31. #define COLUMN_PINGRESULTSAVERAGERTT 6
  32. #define COLUMN_PINGRESULTSPROBERESPONSES 7
  33. #define COLUMN_PINGRESULTSSENTPROBES 8
  34. #define COLUMN_PINGRESULTSRTTSUMOFSQUARES 9
  35. #define COLUMN_PINGRESULTSLASTGOODPROBE 10
  36. #endif                          /* PINGRESULTSTABLE_H */