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

📄 stat.h

📁 嵌入式RMON,RMON为Remote monitor的缩写,基于SNMP为网络提供主动监控及错误告警,智能交换路由必备协议
💻 H
字号:
/* Beholder RMON ethernet network monitor,Copyright (C) 1993 DNPAP group *//* See file COPYING 'GNU General Public Licence' for copyright details   */#ifndef _STATM_H#define _STATM_H#include <dnpap.h>#include <snmp.h>BOOLEAN EtherStatsMInit(VOID);WORD EtherStatsIndex (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsDataSource (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsDropEvents (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsOctets (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsPkts (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsBroadcastPkts (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsMulticastPkts (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsCRCAlignErrors (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsUndersizePkts (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsOversizePkts (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsFragments (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsJabbers (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsCollisions (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsPkts64Octets (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsPkts65to127Octets (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsPkts128to255Octets (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsPkts256to511Octets (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsPkts512to1023Octets (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsPkts1024to1518Octets (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsOwner (SNMP_OBJECT *Obj, WORD IdLen);WORD EtherStatsStatus (SNMP_OBJECT *Obj, WORD IdLen);#endif

⌨️ 快捷键说明

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