ipaddressprefixtable_data_access.h

来自「开发snmp的开发包有两个开放的SNMP开发库」· C头文件 代码 · 共 77 行

H
77
字号
/* * Note: this file originally auto-generated by mib2c using *       version : 1.17 $ of : mfd-data-access.m2c,v $ * * $Id: ipAddressPrefixTable_data_access.h 13763 2005-12-01 15:49:39Z rstory $ */#ifndef IPADDRESSPREFIXTABLE_DATA_ACCESS_H#define IPADDRESSPREFIXTABLE_DATA_ACCESS_H#ifdef __cplusplusextern          "C" {#endif    /*     *********************************************************************     * function declarations     */    /*     *********************************************************************     * Table declarations     *//********************************************************************** ********************************************************************** *** *** Table ipAddressPrefixTable *** ********************************************************************** **********************************************************************/    /*     * IP-MIB::ipAddressPrefixTable is subid 32 of ip.     * Its status is Current.     * OID: .1.3.6.1.2.1.4.32, length: 8     */    int        ipAddressPrefixTable_init_data(ipAddressPrefixTable_registration *                                       ipAddressPrefixTable_reg);    /*     * TODO:180:o: Review ipAddressPrefixTable cache timeout.     * The number of seconds before the cache times out     */#define IPADDRESSPREFIXTABLE_CACHE_TIMEOUT   60    void            ipAddressPrefixTable_container_init(netsnmp_container                                                        **container_ptr_ptr,                                                        netsnmp_cache *                                                        cache);    void        ipAddressPrefixTable_container_shutdown(netsnmp_container                                                *container_ptr);    int             ipAddressPrefixTable_container_load(netsnmp_container                                                        *container);    void            ipAddressPrefixTable_container_free(netsnmp_container                                                        *container);    int             ipAddressPrefixTable_cache_load(netsnmp_container                                                    *container);    void            ipAddressPrefixTable_cache_free(netsnmp_container                                                    *container);    int        ipAddressPrefixTable_row_prep(ipAddressPrefixTable_rowreq_ctx *                                      rowreq_ctx);#ifdef __cplusplus}#endif#endif                          /* IPADDRESSPREFIXTABLE_DATA_ACCESS_H */

⌨️ 快捷键说明

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