Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | ip6t_opts |
Macros | |
#define | IP6T_OPTS_OPTSNR 16 |
#define | IP6T_OPTS_LEN 0x01 |
#define | IP6T_OPTS_OPTS 0x02 |
#define | IP6T_OPTS_NSTRICT 0x04 |
#define | IP6T_OPTS_INV_LEN 0x01 /* Invert the sense of length. */ |
#define | IP6T_OPTS_INV_MASK 0x01 /* All possible flags. */ |
#define IP6T_OPTS_INV_LEN 0x01 /* Invert the sense of length. */ |
Definition at line 21 of file ip6t_opts.h.
#define IP6T_OPTS_INV_MASK 0x01 /* All possible flags. */ |
Definition at line 22 of file ip6t_opts.h.
#define IP6T_OPTS_LEN 0x01 |
Definition at line 16 of file ip6t_opts.h.
#define IP6T_OPTS_NSTRICT 0x04 |
Definition at line 18 of file ip6t_opts.h.
#define IP6T_OPTS_OPTS 0x02 |
Definition at line 17 of file ip6t_opts.h.
#define IP6T_OPTS_OPTSNR 16 |
Definition at line 6 of file ip6t_opts.h.