ipSystemStatsTable_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: ipSystemStatsTable_interface.h,v 1.4 2004/10/16 00:31:18 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 IPSYSTEMSTATSTABLE_INTERFACE_H
  37. #define IPSYSTEMSTATSTABLE_INTERFACE_H
  38. #ifdef __cplusplus
  39. extern          "C" {
  40. #endif
  41. #include "ipSystemStatsTable.h"
  42.     /*
  43.      ********************************************************************
  44.      * Table declarations
  45.      */
  46.     /*
  47.      * PUBLIC interface initialization routine 
  48.      */
  49.     void
  50.         _ipSystemStatsTable_initialize_interface
  51.         (ipSystemStatsTable_registration_ptr user_ctx, u_long flags);
  52.          
  53.         ipSystemStatsTable_rowreq_ctx
  54.         *
  55.         ipSystemStatsTable_allocate_rowreq_ctx(ipSystemStatsTable_data *);
  56.     void
  57.         ipSystemStatsTable_release_rowreq_ctx(ipSystemStatsTable_rowreq_ctx
  58.                                               * rowreq_ctx);
  59.     int             ipSystemStatsTable_index_to_oid(netsnmp_index *
  60.                                                     oid_idx,
  61.                                                     ipSystemStatsTable_mib_index
  62.                                                     * mib_idx);
  63.     int             ipSystemStatsTable_index_from_oid(netsnmp_index *
  64.                                                       oid_idx,
  65.                                                       ipSystemStatsTable_mib_index
  66.                                                       * mib_idx);
  67.     /*
  68.      * access to certain internals. use with caution!
  69.      */
  70.     void
  71.              ipSystemStatsTable_valid_columns_set(netsnmp_column_info *vc);
  72. #ifdef __cplusplus
  73. }
  74. #endif
  75. #endif                          /* IPSYSTEMSTATSTABLE_INTERFACE_H */