netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
libxt_SET.c File Reference
#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"
Include dependency graph for libxt_SET.c:

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)
 

Macro Definition Documentation

#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

Function Documentation

void _init ( void  )

References ARRAY_SIZE, and xtables_register_targets().

Here is the call graph for this function: