ifTable_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: ifTable_interface.h,v 1.6.2.1 2004/12/10 18:01:34 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 IFTABLE_INTERFACE_H
  37. #define IFTABLE_INTERFACE_H
  38. #ifdef __cplusplus
  39. extern          "C" {
  40. #endif
  41. #include "ifTable.h"
  42.     /*
  43.      ********************************************************************
  44.      * Table declarations
  45.      */
  46.     /*
  47.      * PUBLIC interface initialization routine 
  48.      */
  49.     void            _ifTable_initialize_interface(ifTable_registration_ptr
  50.                                                   user_ctx, u_long flags);
  51.     ifTable_rowreq_ctx *ifTable_allocate_rowreq_ctx(void *);
  52.     void            ifTable_release_rowreq_ctx(ifTable_rowreq_ctx *
  53.                                                rowreq_ctx);
  54.     int             ifTable_index_to_oid(netsnmp_index * oid_idx,
  55.                                          ifTable_mib_index * mib_idx);
  56.     int             ifTable_index_from_oid(netsnmp_index * oid_idx,
  57.                                            ifTable_mib_index * mib_idx);
  58.     /*
  59.      * access to certain internals. use with caution!
  60.      */
  61.     void            ifTable_valid_columns_set(netsnmp_column_info *vc);
  62.     /*
  63.      * special container init for shared ifTable/ifXTable container
  64.      */
  65.     void            if_mib_container_init(void);
  66. #ifdef __cplusplus
  67. }
  68. #endif
  69. #endif                          /* IFTABLE_INTERFACE_H */