📄 stat.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 + -