ip6t_reject.h

来自「Axis 221 camera embedded programing inte」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef _IP6T_REJECT_H#define _IP6T_REJECT_Henum ip6t_reject_with {	IP6T_ICMP6_NO_ROUTE,	IP6T_ICMP6_ADM_PROHIBITED,	IP6T_ICMP6_NOT_NEIGHBOUR,	IP6T_ICMP6_ADDR_UNREACH,	IP6T_ICMP6_PORT_UNREACH,	IP6T_ICMP6_ECHOREPLY,	IP6T_TCP_RESET};struct ip6t_reject_info {	u_int32_t	with;	/* reject type */};#endif /*_IP6T_REJECT_H*/

⌨️ 快捷键说明

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