OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [LINUX_2_4_26_OR32/] [linux/] [linux-2.4/] [include/] [linux/] [netfilter_ipv4/] [ipt_ttl.h] - Blame information for rev 1279

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/* IP tables module for matching the value of the TTL
2
 * (C) 2000 by Harald Welte <laforge@gnumonks.org> */
3
 
4
#ifndef _IPT_TTL_H
5
#define _IPT_TTL_H
6
 
7
enum {
8
        IPT_TTL_EQ = 0,          /* equals */
9
        IPT_TTL_NE,             /* not equals */
10
        IPT_TTL_LT,             /* less than */
11
        IPT_TTL_GT,             /* greater than */
12
};
13
 
14
 
15
struct ipt_ttl_info {
16
        u_int8_t        mode;
17
        u_int8_t        ttl;
18
};
19
 
20
 
21
#endif

powered by: WebSVN 2.1.0

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