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_hl.h
01: /* ip6tables module for matching the Hop Limit value
02:  * Maciej Soltysiak <solt@dns.toxicfilms.tv>
03:  * Based on HW's ttl module */
04: 
05: #ifndef _IP6T_HL_H
06: #define _IP6T_HL_H
07: 
08: #include <linux/types.h>
09: 
10: enum {
11:         IP6T_HL_EQ = 0,         /* equals */
12:         IP6T_HL_NE,             /* not equals */
13:         IP6T_HL_LT,             /* less than */
14:         IP6T_HL_GT,             /* greater than */
15: };
16: 
17: 
18: struct ip6t_hl_info {
19:         __u8    mode;
20:         __u8    hop_limit;
21: };
22: 
23: 
24: #endif
25: 


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