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

Data Structures

struct  xt_tcp
 
struct  xt_udp
 

Macros

#define XT_TCP_INV_SRCPT   0x01 /* Invert the sense of source ports. */
 
#define XT_TCP_INV_DSTPT   0x02 /* Invert the sense of dest ports. */
 
#define XT_TCP_INV_FLAGS   0x04 /* Invert the sense of TCP flags. */
 
#define XT_TCP_INV_OPTION   0x08 /* Invert the sense of option test. */
 
#define XT_TCP_INV_MASK   0x0F /* All possible flags. */
 
#define XT_UDP_INV_SRCPT   0x01 /* Invert the sense of source ports. */
 
#define XT_UDP_INV_DSTPT   0x02 /* Invert the sense of dest ports. */
 
#define XT_UDP_INV_MASK   0x03 /* All possible flags. */
 

Macro Definition Documentation

#define XT_TCP_INV_DSTPT   0x02 /* Invert the sense of dest ports. */
#define XT_TCP_INV_FLAGS   0x04 /* Invert the sense of TCP flags. */
#define XT_TCP_INV_MASK   0x0F /* All possible flags. */
#define XT_TCP_INV_OPTION   0x08 /* Invert the sense of option test. */
#define XT_TCP_INV_SRCPT   0x01 /* Invert the sense of source ports. */
#define XT_UDP_INV_DSTPT   0x02 /* Invert the sense of dest ports. */
#define XT_UDP_INV_MASK   0x03 /* All possible flags. */
#define XT_UDP_INV_SRCPT   0x01 /* Invert the sense of source ports. */