?? ip6t_reject.h
字號:
#ifndef _IP6T_REJECT_H#define _IP6T_REJECT_Henum ip6t_reject_with { IP6T_ICMP6_NO_ROUTE, IP6T_ICMP6_ADM_PROHIBITED, IP6T_ICMP6_ADDR_UNREACH, IP6T_ICMP6_PORT_UNREACH, IP6T_TCP_RESET};struct ip6t_reject_info { enum ip6t_reject_with with; /* reject type */};#endif /*_IP6T_REJECT_H*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -