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: /* Hop Limit modification module for ip6tables
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_SET = 0,
12:         IP6T_HL_INC,
13:         IP6T_HL_DEC
14: };
15: 
16: #define IP6T_HL_MAXMODE IP6T_HL_DEC
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/