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

📄 snmpnotifyfiltertable.h

📁 snmp的源代码,已经在我的ubuntu下编译通过
💻 H
字号:
/* * This file was generated by mib2c and is intended for use as a mib module * for the ucd-snmp snmpd agent.  */#ifndef _MIBGROUP_SNMPNOTIFYFILTERTABLE_H#define _MIBGROUP_SNMPNOTIFYFILTERTABLE_H/* * we may use header_complex from the header_complex module  */config_require(header_complex)    /*     * our storage structure(s)      */     struct snmpNotifyFilterTable_data {         char           *snmpNotifyFilterProfileName;         size_t          snmpNotifyFilterProfileNameLen;         oid            *snmpNotifyFilterSubtree;         size_t          snmpNotifyFilterSubtreeLen;         char           *snmpNotifyFilterMask;         size_t          snmpNotifyFilterMaskLen;         long            snmpNotifyFilterType;         long            snmpNotifyFilterStorageType;         long            snmpNotifyFilterRowStatus;     };/* * enum definitions from the covered mib sections  */#define SNMPNOTIFYFILTERTYPE_INCLUDED            1#define SNMPNOTIFYFILTERTYPE_EXCLUDED            2/* * function prototypes  */     void            init_snmpNotifyFilterTable(void);     FindVarMethod   var_snmpNotifyFilterTable;     void            parse_snmpNotifyFilterTable(const char *, char *);     SNMPCallback    store_snmpNotifyFilterTable;     WriteMethod     write_snmpNotifyFilterMask;     WriteMethod     write_snmpNotifyFilterType;     WriteMethod     write_snmpNotifyFilterStorageType;     WriteMethod     write_snmpNotifyFilterRowStatus;#endif                          /* _MIBGROUP_SNMPNOTIFYFILTERTABLE_H */

⌨️ 快捷键说明

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