OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [linux-headers/] [include/] [linux/] [netfilter_ipv4/] [ipt_TTL.h] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
/* TTL modification module for IP tables
2
 * (C) 2000 by Harald Welte <laforge@netfilter.org> */
3
 
4
#ifndef _IPT_TTL_H
5
#define _IPT_TTL_H
6
 
7
#include <linux/types.h>
8
 
9
enum {
10
        IPT_TTL_SET = 0,
11
        IPT_TTL_INC,
12
        IPT_TTL_DEC
13
};
14
 
15
#define IPT_TTL_MAXMODE IPT_TTL_DEC
16
 
17
struct ipt_TTL_info {
18
        __u8    mode;
19
        __u8    ttl;
20
};
21
 
22
 
23
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.