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

📄 combrio_mis.h

📁 LInux BootLoader的说明文档
💻 H
字号:
#ifndef __COMBRIO_MIS_H_#define __COMBRIO_MIS_H_enum headerType{    VLAN =0,    PPPOE = 1};int combrio_resrvflag(pcap_t *p, unsigned int headerType);int combrio_delflag(pcap_t *p, unsigned int headerType);int combrio_setemptypktrule(pcap_t *p, int len, 	                                                   unsigned char protocol,	                                                   unsigned short port,	                                                   unsigned char flag,	                                                   unsigned char action);int combrio_seterrorpktrule(pcap_t *p, unsigned char action);int combrio_setslicelen(pcap_t *p,  unsigned char protocol, int len);int combrio_activeheart(pcap_t *p);int CombrioEnvConfig(pcap_t *p, unsigned char ucEnv);	#endif

⌨️ 快捷键说明

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