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.85.113
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_ah.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _IPT_AH_H #define _IPT_AH_H #include <linux/types.h> struct ipt_ah { __u32 spis[2]; /* Security Parameter Index */ __u8 invflags; /* Inverse flags */ }; /* Values for "invflags" field in struct ipt_ah. */ #define IPT_AH_INV_SPI 0x01 /* Invert the sense of spi. */ #define IPT_AH_INV_MASK 0x01 /* All possible flags. */ #endif /*_IPT_AH_H*/
Close