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


xt_connmark.h
01: #ifndef _XT_CONNMARK_H
02: #define _XT_CONNMARK_H
03: 
04: #include <linux/types.h>
05: 
06: /* Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com>
07:  * by Henrik Nordstrom <hno@marasystems.com>
08:  *
09:  * This program is free software; you can redistribute it and/or modify
10:  * it under the terms of the GNU General Public License as published by
11:  * the Free Software Foundation; either version 2 of the License, or
12:  * (at your option) any later version.
13:  */
14: 
15: enum {
16:         XT_CONNMARK_SET = 0,
17:         XT_CONNMARK_SAVE,
18:         XT_CONNMARK_RESTORE
19: };
20: 
21: struct xt_connmark_tginfo1 {
22:         __u32 ctmark, ctmask, nfmask;
23:         __u8 mode;
24: };
25: 
26: struct xt_connmark_mtinfo1 {
27:         __u32 mark, mask;
28:         __u8 invert;
29: };
30: 
31: #endif /*_XT_CONNMARK_H*/
32: 


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