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_dccp.h
01: #ifndef _XT_DCCP_H_
02: #define _XT_DCCP_H_
03: 
04: #include <linux/types.h>
05: 
06: #define XT_DCCP_SRC_PORTS               0x01
07: #define XT_DCCP_DEST_PORTS              0x02
08: #define XT_DCCP_TYPE                    0x04
09: #define XT_DCCP_OPTION                  0x08
10: 
11: #define XT_DCCP_VALID_FLAGS             0x0f
12: 
13: struct xt_dccp_info {
14:         __u16 dpts[2];  /* Min, Max */
15:         __u16 spts[2];  /* Min, Max */
16: 
17:         __u16 flags;
18:         __u16 invflags;
19: 
20:         __u16 typemask;
21:         __u8 option;
22: };
23: 
24: #endif /* _XT_DCCP_H_ */
25: 
26: 


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