iftable_data_access.h

来自「snmp的源代码,已经在我的ubuntu下编译通过」· C头文件 代码 · 共 61 行

H
61
字号
/* * Note: this file originally auto-generated by mib2c using *       version : 1.12 $ of : mfd-data-access.m2c,v $ * * $Id: ifTable_data_access.h,v 1.4 2004/10/09 02:07:04 rstory Exp $ */#ifndef IFTABLE_DATA_ACCESS_H#define IFTABLE_DATA_ACCESS_H#ifdef __cplusplusextern          "C" {#endif    /*     *********************************************************************     * function declarations     */    /*     *********************************************************************     * Table declarations     *//********************************************************************** ********************************************************************** *** *** Table ifTable *** ********************************************************************** **********************************************************************/    /*     * ifTable is subid 2 of interfaces.     * Its status is Current.     * OID: .1.3.6.1.2.1.2.2, length: 8     */    int             ifTable_init_data(ifTable_registration_ptr                                      ifTable_reg);    /*     * TODO:180:o: Review ifTable cache timeout.     * The number of seconds before the cache times out     */#define IFTABLE_CACHE_TIMEOUT   60    void            ifTable_container_init(netsnmp_container **                                           container_ptr_ptr,                                           netsnmp_cache * cache);    int             ifTable_cache_load(netsnmp_container * container);    void            ifTable_cache_free(netsnmp_container * container);    int             ifTable_row_prep(ifTable_rowreq_ctx * rowreq_ctx);#ifdef __cplusplus}#endif#endif                          /* IFTABLE_DATA_ACCESS_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?