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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * Note: this file originally auto-generated by mib2c using
  3.  *       version : 1.42 $ of : mfd-interface.m2c,v $
  4.  *
  5.  * $Id: ipCidrRouteTable_interface.h,v 1.5 2004/10/16 00:15:47 rstory Exp $
  6.  */
  7. /** @defgroup interface: Routines to interface to Net-SNMP
  8.  *
  9.  * warning This code should not be modified, called directly,
  10.  *          or used to interpret functionality. It is subject to
  11.  *          change at any time.
  12.  * 
  13.  * @{
  14.  */
  15. /*
  16.  * *********************************************************************
  17.  * *********************************************************************
  18.  * *********************************************************************
  19.  * ***                                                               ***
  20.  * ***  NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE  ***
  21.  * ***                                                               ***
  22.  * ***                                                               ***
  23.  * ***       THIS FILE DOES NOT CONTAIN ANY USER EDITABLE CODE.      ***
  24.  * ***                                                               ***
  25.  * ***                                                               ***
  26.  * ***       THE GENERATED CODE IS INTERNAL IMPLEMENTATION, AND      ***
  27.  * ***                                                               ***
  28.  * ***                                                               ***
  29.  * ***    IS SUBJECT TO CHANGE WITHOUT WARNING IN FUTURE RELEASES.   ***
  30.  * ***                                                               ***
  31.  * ***                                                               ***
  32.  * *********************************************************************
  33.  * *********************************************************************
  34.  * *********************************************************************
  35.  */
  36. #ifndef IPCIDRROUTETABLE_INTERFACE_H
  37. #define IPCIDRROUTETABLE_INTERFACE_H
  38. #ifdef __cplusplus
  39. extern          "C" {
  40. #endif
  41. #include "ipCidrRouteTable.h"
  42.     /*
  43.      ********************************************************************
  44.      * Table declarations
  45.      */
  46.     /*
  47.      * PUBLIC interface initialization routine 
  48.      */
  49.     void
  50.         _ipCidrRouteTable_initialize_interface
  51.         (ipCidrRouteTable_registration_ptr user_ctx, u_long flags);
  52.         ipCidrRouteTable_rowreq_ctx
  53.         * ipCidrRouteTable_allocate_rowreq_ctx(ipCidrRouteTable_data *);
  54.     void
  55.         ipCidrRouteTable_release_rowreq_ctx(ipCidrRouteTable_rowreq_ctx *
  56.                                             rowreq_ctx);
  57.     int             ipCidrRouteTable_index_to_oid(netsnmp_index * oid_idx,
  58.                                                   ipCidrRouteTable_mib_index
  59.                                                   * mib_idx);
  60.     int             ipCidrRouteTable_index_from_oid(netsnmp_index *
  61.                                                     oid_idx,
  62.                                                     ipCidrRouteTable_mib_index
  63.                                                     * mib_idx);
  64.     /*
  65.      * access to certain internals. use with caution!
  66.      */
  67.     void            ipCidrRouteTable_valid_columns_set(netsnmp_column_info
  68.                                                        *vc);
  69. #ifdef __cplusplus
  70. }
  71. #endif
  72. #endif                          /* IPCIDRROUTETABLE_INTERFACE_H */