[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.137.181.194: ~ $
/* 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

#include <linux/types.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 {
	__u8	mode;
	__u8	ttl;
};


#endif

Filemanager

Name Type Size Permission Actions
ip_tables.h File 6.41 KB 0644
ipt_CLUSTERIP.h File 723 B 0644
ipt_ECN.h File 838 B 0644
ipt_LOG.h File 659 B 0644
ipt_REJECT.h File 405 B 0644
ipt_TTL.h File 312 B 0644
ipt_ULOG.h File 1.23 KB 0644
ipt_ah.h File 362 B 0644
ipt_ecn.h File 368 B 0644
ipt_ttl.h File 368 B 0644