Dr Andrew Scott G7VAV

My photo
 
June 2025
Mo Tu We Th Fr Sa Su
26 27 28 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 1 2 3 4 5 6


ipt_REJECT.h
01: #ifndef _IPT_REJECT_H
02: #define _IPT_REJECT_H
03: 
04: enum ipt_reject_with {
05:         IPT_ICMP_NET_UNREACHABLE,
06:         IPT_ICMP_HOST_UNREACHABLE,
07:         IPT_ICMP_PROT_UNREACHABLE,
08:         IPT_ICMP_PORT_UNREACHABLE,
09:         IPT_ICMP_ECHOREPLY,
10:         IPT_ICMP_NET_PROHIBITED,
11:         IPT_ICMP_HOST_PROHIBITED,
12:         IPT_TCP_RESET,
13:         IPT_ICMP_ADMIN_PROHIBITED
14: };
15: 
16: struct ipt_reject_info {
17:         enum ipt_reject_with with;      /* reject type */
18: };
19: 
20: #endif /*_IPT_REJECT_H*/
21: 


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