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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * Note: this file originally auto-generated by mib2c using
  3.  *       version : 1.12 $ of : mfd-data-access.m2c,v $
  4.  *
  5.  * $Id: ifTable_data_access.h,v 1.4 2004/10/09 02:07:04 rstory Exp $
  6.  */
  7. #ifndef IFTABLE_DATA_ACCESS_H
  8. #define IFTABLE_DATA_ACCESS_H
  9. #ifdef __cplusplus
  10. extern          "C" {
  11. #endif
  12.     /*
  13.      *********************************************************************
  14.      * function declarations
  15.      */
  16.     /*
  17.      *********************************************************************
  18.      * Table declarations
  19.      */
  20. /**********************************************************************
  21.  **********************************************************************
  22.  ***
  23.  *** Table ifTable
  24.  ***
  25.  **********************************************************************
  26.  **********************************************************************/
  27.     /*
  28.      * ifTable is subid 2 of interfaces.
  29.      * Its status is Current.
  30.      * OID: .1.3.6.1.2.1.2.2, length: 8
  31.      */
  32.     int             ifTable_init_data(ifTable_registration_ptr
  33.                                       ifTable_reg);
  34.     /*
  35.      * TODO:180:o: Review ifTable cache timeout.
  36.      * The number of seconds before the cache times out
  37.      */
  38. #define IFTABLE_CACHE_TIMEOUT   60
  39.     void            ifTable_container_init(netsnmp_container **
  40.                                            container_ptr_ptr,
  41.                                            netsnmp_cache * cache);
  42.     int             ifTable_cache_load(netsnmp_container * container);
  43.     void            ifTable_cache_free(netsnmp_container * container);
  44.     int             ifTable_row_prep(ifTable_rowreq_ctx * rowreq_ctx);
  45. #ifdef __cplusplus
  46. }
  47. #endif
  48. #endif                          /* IFTABLE_DATA_ACCESS_H */