ifXTable_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: ifXTable_interface.h,v 1.7 2004/10/15 23:52:21 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 IFXTABLE_INTERFACE_H
  37. #define IFXTABLE_INTERFACE_H
  38. #ifdef __cplusplus
  39. extern          "C" {
  40. #endif
  41. #include "ifXTable.h"
  42.     /*
  43.      ********************************************************************
  44.      * Table declarations
  45.      */
  46.     /*
  47.      * PUBLIC interface initialization routine 
  48.      */
  49.     void _ifXTable_initialize_interface(ifXTable_registration_ptr user_ctx,
  50.                                        u_long flags);
  51.     ifXTable_rowreq_ctx *ifXTable_allocate_rowreq_ctx(void *);
  52.     void            ifXTable_release_rowreq_ctx(ifXTable_rowreq_ctx *
  53.                                                 rowreq_ctx);
  54.     int             ifXTable_index_to_oid(netsnmp_index * oid_idx,
  55.                                           ifXTable_mib_index * mib_idx);
  56.     int             ifXTable_index_from_oid(netsnmp_index * oid_idx,
  57.                                             ifXTable_mib_index * mib_idx);
  58.     /*
  59.      * access to certain internals. use with caution!
  60.      */
  61.     void            ifXTable_valid_columns_set(netsnmp_column_info *vc);
  62. #ifdef __cplusplus
  63. }
  64. #endif
  65. #endif                          /* IFXTABLE_INTERFACE_H */