⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ipaddresstable.h

📁 snmp的源代码,已经在我的ubuntu下编译通过
💻 H
📖 第 1 页 / 共 2 页
字号:
                                      rowreq_ctx,                                      u_long * ipAddressType_val_ptr);    int             ipAddressPrefix_get(ipAddressTable_rowreq_ctx *                                        rowreq_ctx,                                        oid ** ipAddressPrefix_val_ptr_ptr,                                        size_t                                        *ipAddressPrefix_val_ptr_len_ptr);    int             ipAddressOrigin_get(ipAddressTable_rowreq_ctx *                                        rowreq_ctx,                                        u_long * ipAddressOrigin_val_ptr);    int             ipAddressStatus_get(ipAddressTable_rowreq_ctx *                                        rowreq_ctx,                                        u_long * ipAddressStatus_val_ptr);    int             ipAddressCreated_get(ipAddressTable_rowreq_ctx *                                         rowreq_ctx,                                         u_long *                                         ipAddressCreated_val_ptr);    int             ipAddressLastChanged_get(ipAddressTable_rowreq_ctx *                                             rowreq_ctx,                                             u_long *                                             ipAddressLastChanged_val_ptr);    int             ipAddressRowStatus_get(ipAddressTable_rowreq_ctx *                                           rowreq_ctx,                                           u_long *                                           ipAddressRowStatus_val_ptr);    int             ipAddressStorageType_get(ipAddressTable_rowreq_ctx *                                             rowreq_ctx,                                             u_long *                                             ipAddressStorageType_val_ptr);    int        ipAddressTable_indexes_set_tbl_idx(ipAddressTable_mib_index *                                           tbl_idx,                                           u_long ipAddressAddrType_val,                                           char *ipAddressAddr_val_ptr,                                           size_t                                           ipAddressAddr_val_ptr_len);    int             ipAddressTable_indexes_set(ipAddressTable_rowreq_ctx *                                               rowreq_ctx,                                               u_long                                               ipAddressAddrType_val,                                               char *ipAddressAddr_val_ptr,                                               size_t                                               ipAddressAddr_val_ptr_len);    /*     *********************************************************************     * SET function declarations     */    /*     *********************************************************************     * SET Table declarations     *//********************************************************************** ********************************************************************** *** *** Table ipAddressTable *** ********************************************************************** **********************************************************************/    /*     * ipAddressTable is subid 34 of ip.     * Its status is Current.     * OID: .1.3.6.1.2.1.4.34, length: 8     */    int             ipAddressAddrType_check_index(ipAddressTable_rowreq_ctx * rowreq_ctx);      /* internal */    int             ipAddressAddr_check_index(ipAddressTable_rowreq_ctx * rowreq_ctx);  /* internal */    int        ipAddressTable_validate_index(ipAddressTable_registration_ptr                                      ipAddressTable_reg,                                      ipAddressTable_rowreq_ctx *                                      rowreq_ctx);    int             ipAddressTable_undo_setup(ipAddressTable_rowreq_ctx *                                              rowreq_ctx);    int             ipAddressTable_undo_cleanup(ipAddressTable_rowreq_ctx *                                                rowreq_ctx);    int             ipAddressTable_commit(ipAddressTable_rowreq_ctx *                                          rowreq_ctx);    int             ipAddressTable_undo_commit(ipAddressTable_rowreq_ctx *                                               rowreq_ctx);    int             ipAddressIfIndex_check_value(ipAddressTable_rowreq_ctx                                                 * rowreq_ctx, long                                                 ipAddressIfIndex_val);    int             ipAddressIfIndex_undo_setup(ipAddressTable_rowreq_ctx *                                                rowreq_ctx);    int             ipAddressIfIndex_set(ipAddressTable_rowreq_ctx *                                         rowreq_ctx,                                         long ipAddressIfIndex_val);    int             ipAddressIfIndex_undo(ipAddressTable_rowreq_ctx *                                          rowreq_ctx);    int             ipAddressType_check_value(ipAddressTable_rowreq_ctx *                                              rowreq_ctx,                                              u_long ipAddressType_val);    int             ipAddressType_undo_setup(ipAddressTable_rowreq_ctx *                                             rowreq_ctx);    int             ipAddressType_set(ipAddressTable_rowreq_ctx *                                      rowreq_ctx,                                      u_long ipAddressType_val);    int             ipAddressType_undo(ipAddressTable_rowreq_ctx *                                       rowreq_ctx);    int             ipAddressPrefix_check_value(ipAddressTable_rowreq_ctx *                                                rowreq_ctx,                                                oid *                                                ipAddressPrefix_val_ptr,                                                size_t                                                ipAddressPrefix_val_ptr_len);    int             ipAddressPrefix_undo_setup(ipAddressTable_rowreq_ctx *                                               rowreq_ctx);    int             ipAddressPrefix_set(ipAddressTable_rowreq_ctx *                                        rowreq_ctx,                                        oid * ipAddressPrefix_val_ptr,                                        size_t                                        ipAddressPrefix_val_ptr_len);    int             ipAddressPrefix_undo(ipAddressTable_rowreq_ctx *                                         rowreq_ctx);    int             ipAddressOrigin_check_value(ipAddressTable_rowreq_ctx *                                                rowreq_ctx,                                                u_long                                                ipAddressOrigin_val);    int             ipAddressOrigin_undo_setup(ipAddressTable_rowreq_ctx *                                               rowreq_ctx);    int             ipAddressOrigin_set(ipAddressTable_rowreq_ctx *                                        rowreq_ctx,                                        u_long ipAddressOrigin_val);    int             ipAddressOrigin_undo(ipAddressTable_rowreq_ctx *                                         rowreq_ctx);    int             ipAddressStatus_check_value(ipAddressTable_rowreq_ctx *                                                rowreq_ctx,                                                u_long                                                ipAddressStatus_val);    int             ipAddressStatus_undo_setup(ipAddressTable_rowreq_ctx *                                               rowreq_ctx);    int             ipAddressStatus_set(ipAddressTable_rowreq_ctx *                                        rowreq_ctx,                                        u_long ipAddressStatus_val);    int             ipAddressStatus_undo(ipAddressTable_rowreq_ctx *                                         rowreq_ctx);    int             ipAddressCreated_check_value(ipAddressTable_rowreq_ctx                                                 * rowreq_ctx,                                                 u_long                                                 ipAddressCreated_val);    int             ipAddressCreated_undo_setup(ipAddressTable_rowreq_ctx *                                                rowreq_ctx);    int             ipAddressCreated_set(ipAddressTable_rowreq_ctx *                                         rowreq_ctx,                                         u_long ipAddressCreated_val);    int             ipAddressCreated_undo(ipAddressTable_rowreq_ctx *                                          rowreq_ctx);    int        ipAddressLastChanged_check_value(ipAddressTable_rowreq_ctx *                                         rowreq_ctx,                                         u_long ipAddressLastChanged_val);    int        ipAddressLastChanged_undo_setup(ipAddressTable_rowreq_ctx *                                        rowreq_ctx);    int             ipAddressLastChanged_set(ipAddressTable_rowreq_ctx *                                             rowreq_ctx,                                             u_long                                             ipAddressLastChanged_val);    int             ipAddressLastChanged_undo(ipAddressTable_rowreq_ctx *                                              rowreq_ctx);    int        ipAddressRowStatus_check_value(ipAddressTable_rowreq_ctx *                                       rowreq_ctx,                                       u_long ipAddressRowStatus_val);    int             ipAddressRowStatus_undo_setup(ipAddressTable_rowreq_ctx                                                  * rowreq_ctx);    int             ipAddressRowStatus_set(ipAddressTable_rowreq_ctx *                                           rowreq_ctx,                                           u_long ipAddressRowStatus_val);    int             ipAddressRowStatus_undo(ipAddressTable_rowreq_ctx *                                            rowreq_ctx);    int        ipAddressStorageType_check_value(ipAddressTable_rowreq_ctx *                                         rowreq_ctx,                                         u_long ipAddressStorageType_val);    int        ipAddressStorageType_undo_setup(ipAddressTable_rowreq_ctx *                                        rowreq_ctx);    int             ipAddressStorageType_set(ipAddressTable_rowreq_ctx *                                             rowreq_ctx,                                             u_long                                             ipAddressStorageType_val);    int             ipAddressStorageType_undo(ipAddressTable_rowreq_ctx *                                              rowreq_ctx);    int        ipAddressTable_check_dependencies(ipAddressTable_rowreq_ctx * ctx);    /*     * DUMMY markers, ignore     *     * TODO:099:x: *************************************************************     * TODO:199:x: *************************************************************     * TODO:299:x: *************************************************************     * TODO:399:x: *************************************************************     * TODO:499:x: *************************************************************     */#ifdef __cplusplus}#endif#endif                          /* IPADDRESSTABLE_H */

⌨️ 快捷键说明

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