Dr Andrew Scott G7VAV

My photo
 
January 2026
Mo Tu We Th Fr Sa Su
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8


ip6t_REJECT.h
01: #ifndef _IP6T_REJECT_H
02: #define _IP6T_REJECT_H
03: 
04: #include <linux/types.h>
05: 
06: enum ip6t_reject_with {
07:         IP6T_ICMP6_NO_ROUTE,
08:         IP6T_ICMP6_ADM_PROHIBITED,
09:         IP6T_ICMP6_NOT_NEIGHBOUR,
10:         IP6T_ICMP6_ADDR_UNREACH,
11:         IP6T_ICMP6_PORT_UNREACH,
12:         IP6T_ICMP6_ECHOREPLY,
13:         IP6T_TCP_RESET
14: };
15: 
16: struct ip6t_reject_info {
17:         __u32   with;   /* reject type */
18: };
19: 
20: #endif /*_IP6T_REJECT_H*/
21: 


for client (none)
© Andrew Scott 2006 - 2026,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/