netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
xt_iprange.h File Reference
#include <linux/types.h>
Include dependency graph for xt_iprange.h:
This graph shows which files directly or indirectly include 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