netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ebt_ulog.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include "../include/ebtables_u.h"
#include <sys/time.h>
#include <linux/netfilter_bridge/ebt_ulog.h>
Include dependency graph for ebt_ulog.c:

Macros

#define __need_time_t
 
#define __need_suseconds_t
 
#define CP_NO_LIMIT_S   "default_cprange"
 
#define CP_NO_LIMIT_N   0
 
#define ULOG_PREFIX   '1'
 
#define ULOG_NLGROUP   '2'
 
#define ULOG_CPRANGE   '3'
 
#define ULOG_QTHRESHOLD   '4'
 
#define ULOG_ULOG   '5'
 
#define OPT_PREFIX   0x01
 
#define OPT_NLGROUP   0x02
 
#define OPT_CPRANGE   0x04
 
#define OPT_QTHRESHOLD   0x08
 
#define OPT_ULOG   0x10
 

Functions

void _init (void)
 

Macro Definition Documentation

#define __need_suseconds_t
#define __need_time_t
#define CP_NO_LIMIT_N   0
#define CP_NO_LIMIT_S   "default_cprange"
#define OPT_CPRANGE   0x04
#define OPT_NLGROUP   0x02
#define OPT_PREFIX   0x01
#define OPT_QTHRESHOLD   0x08
#define OPT_ULOG   0x10
#define ULOG_CPRANGE   '3'
#define ULOG_NLGROUP   '2'
#define ULOG_PREFIX   '1'
#define ULOG_QTHRESHOLD   '4'
#define ULOG_ULOG   '5'

Function Documentation

void _init ( void  )

References ebt_register_watcher().

Here is the call graph for this function: