netsnmphoststable_checkfns.h

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

H
48
字号
/* * 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)#ifdef __cplusplusextern "C" {#endif    /*     * 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);#ifdef __cplusplus}#endif#endif                          /* NETSNMPHOSTSTABLE_CHECKFNS_H */

⌨️ 快捷键说明

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