#include <stdbool.h>
#include <stdio.h>
#include <netdb.h>
#include <string.h>
#include <stdlib.h>
#include <getopt.h>
#include <netinet/in.h>
#include <xtables.h>
#include <linux/netfilter/xt_tcpudp.h>
Data Structures | |
struct | tcp_flag_names |
Macros | |
#define | TCP_SRC_PORTS 0x01 |
#define | TCP_DST_PORTS 0x02 |
#define | TCP_FLAGS 0x04 |
#define | TCP_OPTION 0x08 |
Functions | |
void | _init (void) |
#define TCP_DST_PORTS 0x02 |
#define TCP_FLAGS 0x04 |
#define TCP_OPTION 0x08 |
#define TCP_SRC_PORTS 0x01 |
void _init | ( | void | ) |