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_state.h
01: #ifndef _XT_STATE_H
02: #define _XT_STATE_H
03: 
04: #define XT_STATE_BIT(ctinfo) (1 << ((ctinfo)%IP_CT_IS_REPLY+1))
05: #define XT_STATE_INVALID (1 << 0)
06: 
07: #define XT_STATE_UNTRACKED (1 << (IP_CT_NUMBER + 1))
08: 
09: struct xt_state_info {
10:         unsigned int statemask;
11: };
12: #endif /*_XT_STATE_H*/
13: 


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