#include <stdbool.h>
#include <stdio.h>
#include <netdb.h>
#include <string.h>
#include <stdlib.h>
#include <getopt.h>
#include <ctype.h>
#include <xtables.h>
#include <linux/netfilter/xt_set.h>
#include "libxt_set.h"
Macros | |
#define | SET_TARGET_ADD 0x1 |
#define | SET_TARGET_DEL 0x2 |
#define | SET_TARGET_EXIST 0x4 |
#define | SET_TARGET_TIMEOUT 0x8 |
#define | SET_TARGET_MAP 0x10 |
#define | SET_TARGET_MAP_MARK 0x20 |
#define | SET_TARGET_MAP_PRIO 0x40 |
#define | SET_TARGET_MAP_QUEUE 0x80 |
Functions | |
void | _init (void) |
#define SET_TARGET_ADD 0x1 |
#define SET_TARGET_DEL 0x2 |
#define SET_TARGET_EXIST 0x4 |
#define SET_TARGET_MAP 0x10 |
#define SET_TARGET_MAP_MARK 0x20 |
#define SET_TARGET_MAP_PRIO 0x40 |
#define SET_TARGET_MAP_QUEUE 0x80 |
#define SET_TARGET_TIMEOUT 0x8 |
void _init | ( | void | ) |