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_SAME.h
01: #ifndef _IPT_SAME_H
02: #define _IPT_SAME_H
03: 
04: #include <linux/types.h>
05: 
06: #define IPT_SAME_MAX_RANGE      10
07: 
08: #define IPT_SAME_NODST          0x01
09: 
10: struct ipt_same_info {
11:         unsigned char info;
12:         __u32 rangesize;
13:         __u32 ipnum;
14:         __u32 *iparray;
15: 
16:         /* hangs off end. */
17:         struct nf_nat_range range[IPT_SAME_MAX_RANGE];
18: };
19: 
20: #endif /*_IPT_SAME_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/