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

📄 ipt_reject.h

📁 linux得一些常用命令,以及linux环境下的c编程
💻 H
字号:
#ifndef _IPT_REJECT_H#define _IPT_REJECT_Henum ipt_reject_with {	IPT_ICMP_NET_UNREACHABLE,	IPT_ICMP_HOST_UNREACHABLE,	IPT_ICMP_PROT_UNREACHABLE,	IPT_ICMP_PORT_UNREACHABLE,	IPT_ICMP_ECHOREPLY,	IPT_ICMP_NET_PROHIBITED,	IPT_ICMP_HOST_PROHIBITED,	IPT_TCP_RESET};struct ipt_reject_info {	enum ipt_reject_with with;      /* reject type */};#endif /*_IPT_REJECT_H*/

⌨️ 快捷键说明

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