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

📄 snmp_ol100cr.h

📁 在freescale 的ne64上开发的源代码
💻 H
字号:
#include "snmptype.h"
#include "snmpdef.h"

/*############### ol100crLocDeviceInfo LEAF Define ###############*/
#define LEAF_ol100crLocalType              1
#define LEAF_ol100crLocalDeviceDescription 2
#define LEAF_ol100crLocalReset             3
#define LEAF_ol100crLocalHwVersion         4
#define LEAF_ol100crLocalSoftVersion       5
#define LEAF_ol100crLocalOamPort           6
#define LEAF_ol100crLocalOamEnable         7
#define LEAF_ol100crLocalLFP               8
#define LEAF_ol100crLocalFEF               9
#define LEAF_ol100crLocalSaveCfg           10

/*###############ol100crLocPortTableEntry LEAF Define ###############*/
#define LEAF_ol100crLocalPortIndex         1
#define LEAF_ol100crLocalPortStatus        2
#define LEAF_ol100crLocalPortLinkStatus    3
#define LEAF_ol100crLocalPortSpeedStatus   4
#define LEAF_ol100crLocalPortDuplexStatus  5
#define LEAF_ol100crLocalPortSpeed         6
#define LEAF_ol100crLocalPortDuplex        7
#define LEAF_ol100crLocalPortAN            8
#define LEAF_ol100crLocalPortFlowC         9
#define LEAF_ol100crLocalPortTxRateLmt     10
#define LEAF_ol100crLocalPortBcastLmt      11
#define LEAF_ol100crLocalPortMBcastLmt     12

/*############### ol100crLocPortInfoEntry LEAF Define ###############*/
#define LEAF_ol100crLocalPortType          1
#define LEAF_ol100crLocalPortFiber         2
#define LEAF_ol100crLocalPortMode          3
#define LEAF_ol100crLocalPortConnector     4
#define LEAF_ol100crLocalPortDistance      5
#define LEAF_ol100crLocalPortTxWaveLength  6
#define LEAF_ol100crLocalPortRxWaveLength  7

/*############### ol100crLocPortStasticEntry LEAF Define ###############*/
#define LEAF_ol100crLocalPortRxBytes               1
#define LEAF_ol100crLocalPortRxPkts                2
#define LEAF_ol100crLocalPortRxUniPkts             3
#define LEAF_ol100crLocalPortRxMcastPkts           4
#define LEAF_ol100crLocalPortRxBcastPkts           5
#define LEAF_ol100crLocalPortRxDropPkts            6
#define LEAF_ol100crLocalPortRxErrPkts             7	
#define LEAF_ol100crLocalPortRxCRCErrPkts          8
#define LEAF_ol100crLocalPortRxFragmentErrPkts     9
#define LEAF_ol100crLocalPortRxOversizePkts        10
#define LEAF_ol100crLocalPortRxUndersizePkts       11
#define LEAF_ol100crLocalPortRxJabberPkts          12
#define LEAF_ol100crLocalPortRxPausePkts           13
#define LEAF_ol100crLocalPortRx64BytesPkts         14
#define LEAF_ol100crLocalPortRx65to127BytesPkts    15
#define LEAF_ol100crLocalPortRx128to255BytesPkts   16
#define LEAF_ol100crLocalPortRx256to511BytesPkts   17
#define LEAF_ol100crLocalPortRx512to1023BytesPkts  18
#define LEAF_ol100crLocalPortRx1024to1522BytesPkts 19
#define LEAF_ol100crLocalPortTxBytes               20
#define LEAF_ol100crLocalPortTxPkts                21
#define LEAF_ol100crLocalPortTxUniPkts             22
#define LEAF_ol100crLocalPortTxMcastPkts           23
#define LEAF_ol100crLocalPortTxBcastPkts           24
#define LEAF_ol100crLocalPortTxPausePkts           25
#define LEAF_ol100crLocalPortTxCollisionPkts       26
#define LEAF_ol100crLocalPortTxLateColPkts         27
#define LEAF_ol100crLocalPortTxExcessiveColPkts    28
#define LEAF_ol100crLocalPortTxSingleColPkts       29
#define LEAF_ol100crLocalPortTxMultiColPkts        30
#define LEAF_ol100crLocalPortTxDropPkts            31


_INT16 ol100crLocDeviceInfo_Handler(_UINT8 ,void *);
_INT16 ol100crLocPortTableEntry_Handler(_UINT8 ,void *);
_INT16 ol100crLocPortInfoEntry_Handler(_UINT8 ,void *);
_INT16 ol100crLocPortStasticEntry_Handler(_UINT8 ,void *);

⌨️ 快捷键说明

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