[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.219.229.101: ~ $
#ifndef _IPT_REJECT_H
#define _IPT_REJECT_H

enum ipt_reject_with {
	IPT_ICMP_NET_UNREACHABLE,
	IPT_ICMP_HOST_UNREACHABLE,
	IPT_ICMP_PROT_UNREACHABLE,
	IPT_ICMP_PORT_UNREACHABLE,
	IPT_ICMP_ECHOREPLY,
	IPT_ICMP_NET_PROHIBITED,
	IPT_ICMP_HOST_PROHIBITED,
	IPT_TCP_RESET,
	IPT_ICMP_ADMIN_PROHIBITED
};

struct ipt_reject_info {
	enum ipt_reject_with with;      /* reject type */
};

#endif /*_IPT_REJECT_H*/

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