Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations
xt_iprange.h File Reference
#include <linux/types.h>
#include <linux/netfilter.h>

Go to the source code of this file.

Data Structures

struct  xt_iprange_mtinfo
 

Enumerations

enum  { IPRANGE_SRC = 1 << 0, IPRANGE_DST = 1 << 1, IPRANGE_SRC_INV = 1 << 4, IPRANGE_DST_INV = 1 << 5 }
 

Enumeration Type Documentation

anonymous enum
Enumerator:
IPRANGE_SRC 
IPRANGE_DST 
IPRANGE_SRC_INV 
IPRANGE_DST_INV 

Definition at line 7 of file xt_iprange.h.