ipt_ftos.h
来自「用于构建linux/unix下的网络防火墙,是网络安全中经常使用的小工具」· C头文件 代码 · 共 17 行
H
17 行
/* Set TOS field in header to any value * * (C) 2000 by Matthew G. Marsh <mgm@paktronix.com> * * This software is distributed under GNU GPL v2, 1991 * * ipt_FTOS.h borrowed heavily from ipt_TOS.h 11/09/2000*/#ifndef _IPT_FTOS_H#define _IPT_FTOS_Hstruct ipt_FTOS_info { u_int8_t ftos;};#endif /*_IPT_FTOS_H*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?