/* TTL modification module for IP tables * (C) 2000 by Harald Welte <laforge@netfilter.org> */ #ifndef _IPT_TTL_H #define _IPT_TTL_H #include <linux/types.h> enum { IPT_TTL_SET = 0, IPT_TTL_INC, IPT_TTL_DEC }; #define IPT_TTL_MAXMODE IPT_TTL_DEC struct ipt_TTL_info { __u8 mode; __u8 ttl; }; #endif
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 |
|