⚝
One Hat Cyber Team
⚝
Your IP:
3.147.45.232
Server IP:
97.74.87.16
Server:
Linux 16.87.74.97.host.secureserver.net 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
include
/
linux
/
netfilter
/
View File Name :
nf_synproxy.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _NF_SYNPROXY_H #define _NF_SYNPROXY_H #include <linux/types.h> #define NF_SYNPROXY_OPT_MSS 0x01 #define NF_SYNPROXY_OPT_WSCALE 0x02 #define NF_SYNPROXY_OPT_SACK_PERM 0x04 #define NF_SYNPROXY_OPT_TIMESTAMP 0x08 #define NF_SYNPROXY_OPT_ECN 0x10 #define NF_SYNPROXY_OPT_MASK (NF_SYNPROXY_OPT_MSS | \ NF_SYNPROXY_OPT_WSCALE | \ NF_SYNPROXY_OPT_SACK_PERM | \ NF_SYNPROXY_OPT_TIMESTAMP) struct nf_synproxy_info { __u8 options; __u8 wscale; __u16 mss; }; #endif /* _NF_SYNPROXY_H */