netsnmphoststable.h
来自「snmp的源代码,已经在我的ubuntu下编译通过」· C头文件 代码 · 共 32 行
H
32 行
/* * Note: this file originally auto-generated by mib2c using * : mib2c.iterate_access.conf,v 1.4 2003/07/01 00:15:11 hardaker Exp $ */#ifndef NETSNMPHOSTSTABLE_H#define NETSNMPHOSTSTABLE_H/** other required module components */config_require(examples/netSnmpHostsTable_access)config_require(examples/netSnmpHostsTable_checkfns)config_add_mib(NET-SNMP-EXAMPLES-MIB) /* * function declarations */ void init_netSnmpHostsTable(void); void initialize_table_netSnmpHostsTable(void); Netsnmp_Node_Handler netSnmpHostsTable_handler;/* * column number definitions for table netSnmpHostsTable */#include "netSnmpHostsTable_columns.h"/* * enum definions */#include "netSnmpHostsTable_enums.h"#endif /** NETSNMPHOSTSTABLE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?