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

📄 netsnmphoststable_checkfns_local.h

📁 snmp的源代码,已经在我的ubuntu下编译通过
💻 H
字号:
/* * Note: this file originally auto-generated by mib2c using *        : : mib2c.check_values_local.conf,v 5.1 2003/05/30 23:53:15 hardaker Exp $ *  */#ifndef NETSNMPHOSTSTABLE_CHECKFNS_H#define NETSNMPHOSTSTABLE_CHECKFNS_H/* * these functions are designed to check incoming values for  * columns in the netSnmpHostsTable table for legality with respect to  * datatype and value according to local conventions.  You should modify * them as appropriate.  They will be called from parent check_value * functions that are auto-generated using mib2c and the parent functions * should NOT be modified. */int             check_(int type, long *val, size_t val_len, long *old_val,                       size_t old_val_len);int             check_(int type, char *val, size_t val_len, char *old_val,                       size_t old_val_len);int             check_(int type, long *val, size_t val_len, long *old_val,                       size_t old_val_len);int             check_(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 + -