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

📄 statable.h

📁 一个学习SNMP项目:tmoerlan.
💻 H
字号:
/*	Copyright (c) 2003, Tijmen Moerland <moerland@yahoo.com>	Code is licensed under the BSD license.*//*!	\file staTable.h 	\brief Header file for the l80211IfaceSta<foo> handlers.	Add column defines here, so that they can be used in the handler.*//* * Note: this file originally auto-generated by mib2c using *        : mib2c.iterate.conf,v 5.4 2002/09/11 22:42:04 hardaker Exp $ */#ifndef TESTMIB_H#define TESTMIB_H/* function declarations */void init_testmib(void);void initialize_table_staTable(void);Netsnmp_Node_Handler staTable_handler;Netsnmp_First_Data_Point  staTable_get_first_data_point;Netsnmp_Next_Data_Point   staTable_get_next_data_point;/* column number definitions for table staTable */       #define COLUMN_STAINDEX		1       #define COLUMN_STAMAC		2       #define COLUMN_STAASSOC		20       #define COLUMN_STAAUTH		21       #define COLUMN_STADELETE		22	#define COLUMN_STADISASSOC	23       #define COLUMN_STAINPKTS		3	#define COLUMN_STAINBYTES	4	#define COLUMN_STAOUTPKTS	5	#define COLUMN_STAOUTBYTES	6  	#define COLUMN_STAAVGINBANDWIDTH 7	#define COLUMN_STAAVGOUTBANDWIDTH 8	#define COLUMN_STADEVINBANDWIDTH 9	#define COLUMN_STADEVOUTBANDWIDTH 10     #define COLUMN_STAAVGSIGNAL		11       #define COLUMN_STAAVGNOISE		12       #define COLUMN_STAAVGQUALITY		13       #define COLUMN_STADEVSIGNAL		14       #define COLUMN_STADEVNOISE		15       #define COLUMN_STADEVQUALITY		16	#define COLUMN_STANR_ASSOCS             17	#define COLUMN_STALASTASSOC		18	#define COLUMN_STALASTDISASSOC		19#endif /* TESTMIB_H */

⌨️ 快捷键说明

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