inetCidrRouteTable_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: inetCidrRouteTable_data_access.h,v 1.5 2004/10/16 00:00:32 rstory Exp $
  6.  */
  7. #ifndef INETCIDRROUTETABLE_DATA_ACCESS_H
  8. #define INETCIDRROUTETABLE_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 inetCidrRouteTable
  24.  ***
  25.  **********************************************************************
  26.  **********************************************************************/
  27.     /*
  28.      * inetCidrRouteTable is subid 7 of ipForward.
  29.      * Its status is Current.
  30.      * OID: .1.3.6.1.2.1.4.24.7, length: 9
  31.      */
  32.     int
  33.         inetCidrRouteTable_init_data(inetCidrRouteTable_registration_ptr
  34.                                      inetCidrRouteTable_reg);
  35.     /*
  36.      * TODO:180:o: Review inetCidrRouteTable cache timeout.
  37.      * The number of seconds before the cache times out
  38.      */
  39. #define INETCIDRROUTETABLE_CACHE_TIMEOUT   60
  40.     void            inetCidrRouteTable_container_init(netsnmp_container **
  41.                                                       container_ptr_ptr,
  42.                                                       netsnmp_cache *
  43.                                                       cache);
  44.     int             inetCidrRouteTable_cache_load(netsnmp_container *
  45.                                                   container);
  46.     void            inetCidrRouteTable_cache_free(netsnmp_container *
  47.                                                   container);
  48.     int
  49.         inetCidrRouteTable_row_prep(inetCidrRouteTable_rowreq_ctx *
  50.                                     rowreq_ctx);
  51. #ifdef __cplusplus
  52. }
  53. #endif
  54. #endif                          /* INETCIDRROUTETABLE_DATA_ACCESS_H */