Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/linux/netfilter_ipv4/ipt_TTL.h
$ cat -n /usr/include/linux/netfilter_ipv4/ipt_TTL.h 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* TTL modification module for IP tables 3 * (C) 2000 by Harald Welte
*/ 4 5 #ifndef _IPT_TTL_H 6 #define _IPT_TTL_H 7 8 #include
9 10 enum { 11 IPT_TTL_SET = 0, 12 IPT_TTL_INC, 13 IPT_TTL_DEC 14 }; 15 16 #define IPT_TTL_MAXMODE IPT_TTL_DEC 17 18 struct ipt_TTL_info { 19 __u8 mode; 20 __u8 ttl; 21 }; 22 23 24 #endif
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™