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

📄 netsnmphoststable_checkfns.h

📁 snmp的源代码,已经在我的ubuntu下编译通过
💻 H
字号:
/* * Note: this file originally auto-generated by mib2c using *        : mib2c.iterate.conf,v 5.6 2003/02/20 00:52:07 hardaker Exp $ *//*********************************************************************** *   This file is auto-generated and SHOULD NOT BE EDITED by hand. *   Modify the netSnmpHostsTable_checkfns_local.[ch] files insead. *   (so that you can regenerate this one as mib2c improvements are made) ***********************************************************************/#ifndef NETSNMPHOSTSTABLE_CHECKFNS_H#define NETSNMPHOSTSTABLE_CHECKFNS_H/** make sure we load the functions that you can modify */config_require(examples/netSnmpHostsTable_checkfns_local)    /*     * these functions are designed to check incoming values for      * columns in the netSnmpHostsTable table for legality with respect to      * datatype and value.     */     int             check_netSnmpHostAddressType(int type, long *val,                                                  size_t val_len,                                                  long *old_val,                                                  size_t old_val_len);     int             check_netSnmpHostAddress(int type, char *val,                                              size_t val_len,                                              char *old_val,                                              size_t old_val_len);     int             check_netSnmpHostStorage(int type, long *val,                                              size_t val_len,                                              long *old_val,                                              size_t old_val_len);     int             check_netSnmpHostRowStatus(int type, long *val,                                                size_t val_len,                                                long *old_val,                                                size_t old_val_len);#endif                          /* NETSNMPHOSTSTABLE_CHECKFNS_H */

⌨️ 快捷键说明

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