Linux Kernel
3.7.1
|
#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 } |
anonymous enum |
Definition at line 7 of file xt_iprange.h.