ipCidrRouteTable_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: ipCidrRouteTable_data_access.h,v 1.5 2004/10/16 00:15:47 rstory Exp $
  6.  */
  7. #ifndef IPCIDRROUTETABLE_DATA_ACCESS_H
  8. #define IPCIDRROUTETABLE_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 ipCidrRouteTable
  24.  ***
  25.  **********************************************************************
  26.  **********************************************************************/
  27.     /*
  28.      * ipCidrRouteTable is subid 4 of ipForward.
  29.      * Its status is Deprecated.
  30.      * OID: .1.3.6.1.2.1.4.24.4, length: 9
  31.      */
  32.     int
  33.         ipCidrRouteTable_init_data(ipCidrRouteTable_registration_ptr
  34.                                    ipCidrRouteTable_reg);
  35.     /*
  36.      * TODO:180:o: Review ipCidrRouteTable cache timeout.
  37.      * The number of seconds before the cache times out
  38.      */
  39. #define IPCIDRROUTETABLE_CACHE_TIMEOUT   60
  40.     void            ipCidrRouteTable_container_init(netsnmp_container **
  41.                                                     container_ptr_ptr,
  42.                                                     netsnmp_cache * cache);
  43.     int             ipCidrRouteTable_cache_load(netsnmp_container *
  44.                                                 container);
  45.     void            ipCidrRouteTable_cache_free(netsnmp_container *
  46.                                                 container);
  47.     int             ipCidrRouteTable_row_prep(ipCidrRouteTable_rowreq_ctx *
  48.                                               rowreq_ctx);
  49. #ifdef __cplusplus
  50. }
  51. #endif
  52. #endif                          /* IPCIDRROUTETABLE_DATA_ACCESS_H */