?? combrio_stat.h
字號(hào):
#ifndef __COMBRIO_STAT_H#define __COMBRIO_STAT_H#include <combrio_rule2.h>typedef struct _statAppBufHd{ unsigned long ulTotalNum; unsigned long ulWriteIndex; unsigned long ulReadIndex; }STAT_APP_BUF_HEAD;typedef struct tgcb_statistics{ unsigned long dstIp; unsigned long srcIp; unsigned short dstPort; unsigned short srcPort; unsigned long pktHi; unsigned long pktLow; unsigned long byteHi; unsigned long byteLow; }cb_statistics;int CombrioReqStatFun(pcap_t *handle);int CombrioGetStat(pcap_t *handle, cb_statistics * pstSt);void CombrioSetStatBasePort(pcap_t *handle, unsigned char dpFlag);void CombrioRleaseStatFun(pcap_t *handle);#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -