|
Linux Kernel
3.7.1
|
#include <linux/types.h>Go to the source code of 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. */ |
| #define XT_TCP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */ |
Definition at line 18 of file xt_tcpudp.h.
| #define XT_TCP_INV_FLAGS 0x04 /* Invert the sense of TCP flags. */ |
Definition at line 19 of file xt_tcpudp.h.
| #define XT_TCP_INV_MASK 0x0F /* All possible flags. */ |
Definition at line 21 of file xt_tcpudp.h.
| #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */ |
Definition at line 20 of file xt_tcpudp.h.
| #define XT_TCP_INV_SRCPT 0x01 /* Invert the sense of source ports. */ |
Definition at line 17 of file xt_tcpudp.h.
| #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */ |
Definition at line 32 of file xt_tcpudp.h.
| #define XT_UDP_INV_MASK 0x03 /* All possible flags. */ |
Definition at line 33 of file xt_tcpudp.h.
| #define XT_UDP_INV_SRCPT 0x01 /* Invert the sense of source ports. */ |
Definition at line 31 of file xt_tcpudp.h.
1.8.2