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


ip6t_opts.h
01: #ifndef _IP6T_OPTS_H
02: #define _IP6T_OPTS_H
03: 
04: #include <linux/types.h>
05: 
06: #define IP6T_OPTS_OPTSNR 16
07: 
08: struct ip6t_opts {
09:         __u32 hdrlen;                   /* Header Length */
10:         __u8 flags;                             /*  */
11:         __u8 invflags;                  /* Inverse flags */
12:         __u16 opts[IP6T_OPTS_OPTSNR];   /* opts */
13:         __u8 optsnr;                    /* Nr of OPts */
14: };
15: 
16: #define IP6T_OPTS_LEN           0x01
17: #define IP6T_OPTS_OPTS          0x02
18: #define IP6T_OPTS_NSTRICT       0x04
19: 
20: /* Values for "invflags" field in struct ip6t_rt. */
21: #define IP6T_OPTS_INV_LEN       0x01    /* Invert the sense of length. */
22: #define IP6T_OPTS_INV_MASK      0x01    /* All possible flags. */
23: 
24: #endif /*_IP6T_OPTS_H*/
25: 


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