Hackfut Security File Manager
Current Path:
/usr/include/linux/netfilter_ipv4
usr
/
include
/
linux
/
netfilter_ipv4
/
📁
..
📄
ip_queue.h
(2.12 KB)
📄
ip_tables.h
(6.35 KB)
📄
ipt_CLUSTERIP.h
(725 B)
📄
ipt_ECN.h
(824 B)
📄
ipt_LOG.h
(536 B)
📄
ipt_REJECT.h
(405 B)
📄
ipt_SAME.h
(305 B)
📄
ipt_TTL.h
(294 B)
📄
ipt_ULOG.h
(1.23 KB)
📄
ipt_addrtype.h
(534 B)
📄
ipt_ah.h
(344 B)
📄
ipt_ecn.h
(672 B)
📄
ipt_realm.h
(145 B)
📄
ipt_ttl.h
(350 B)
Editing: ipt_ttl.h
/* IP tables module for matching the value of the TTL * (C) 2000 by Harald Welte <laforge@gnumonks.org> */ #ifndef _IPT_TTL_H #define _IPT_TTL_H enum { IPT_TTL_EQ = 0, /* equals */ IPT_TTL_NE, /* not equals */ IPT_TTL_LT, /* less than */ IPT_TTL_GT, /* greater than */ }; struct ipt_ttl_info { u_int8_t mode; u_int8_t ttl; }; #endif
Upload File
Create Folder