Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.146
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
include /
linux /
netfilter_ipv4 /
[ HOME SHELL ]
Name
Size
Permission
Action
ip_tables.h
6.52
KB
-rw-r--r--
ipt_CLUSTERIP.h
821
B
-rw-r--r--
ipt_ECN.h
901
B
-rw-r--r--
ipt_LOG.h
654
B
-rw-r--r--
ipt_REJECT.h
468
B
-rw-r--r--
ipt_TTL.h
375
B
-rw-r--r--
ipt_ah.h
425
B
-rw-r--r--
ipt_ecn.h
431
B
-rw-r--r--
ipt_ttl.h
431
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ipt_TTL.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* TTL modification module for IP tables * (C) 2000 by Harald Welte <laforge@netfilter.org> */ #ifndef _IPT_TTL_H #define _IPT_TTL_H #include <linux/types.h> enum { IPT_TTL_SET = 0, IPT_TTL_INC, IPT_TTL_DEC }; #define IPT_TTL_MAXMODE IPT_TTL_DEC struct ipt_TTL_info { __u8 mode; __u8 ttl; }; #endif
Close