Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nf_nat.h
Go to the documentation of this file.
1 #ifndef _NETFILTER_NF_NAT_H
2 #define _NETFILTER_NF_NAT_H
3 
4 #include <linux/netfilter.h>
6 
7 #define NF_NAT_RANGE_MAP_IPS 1
8 #define NF_NAT_RANGE_PROTO_SPECIFIED 2
9 #define NF_NAT_RANGE_PROTO_RANDOM 4
10 #define NF_NAT_RANGE_PERSISTENT 8
11 
13  unsigned int flags;
18 };
19 
21  unsigned int rangesize;
23 };
24 
25 struct nf_nat_range {
26  unsigned int flags;
31 };
32 
33 #endif /* _NETFILTER_NF_NAT_H */