📄 ip6t_reject.h
字号:
#ifndef _IP6T_REJECT_H#define _IP6T_REJECT_Henum ip6t_reject_with { IP6T_ICMP_NET_UNREACHABLE, IP6T_ICMP_HOST_UNREACHABLE, IP6T_ICMP_PROT_UNREACHABLE, IP6T_ICMP_PORT_UNREACHABLE, IP6T_ICMP_ECHOREPLY};struct ip6t_reject_info { enum ip6t_reject_with with; /* reject type */};#endif /*_IPT_REJECT_H*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -