lookupResultsTable.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:lookupResultsTable.h
  7.  *File Description:The head file of lookupResultsTable.c
  8.  *
  9.  *Current Version:1.0
  10.  *Author:ChenJing
  11.  *Date:2004.8.20
  12.  */
  13. #ifndef LOOKUPRESULTSTABLE_H
  14. #define LOOKUPRESULTSTABLE_H
  15. /*
  16.  * we may use header_complex from the header_complex module 
  17.  */
  18. config_require(header_complex);
  19. /*
  20.  * function declarations 
  21.  */
  22. void            init_lookupResultsTable(void);
  23. FindVarMethod   var_lookupResultsTable;
  24. void            parse_lookupResultsTable(const char *, char *);
  25. SNMPCallback    store_lookupResultsTable;
  26. /*
  27.  * column number definitions for table lookupResultsTable 
  28.  */
  29. #define COLUMN_LOOKUPRESULTSINDEX 1
  30. #define COLUMN_LOOKUPRESULTSADDRESSTYPE 2
  31. #define COLUMN_LOOKUPRESULTSADDRESS 3
  32. #endif                          /* LOOKUPMIB_H */