#include <math.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <xtables.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_limit.h>
Data Structures | |
struct | rates |
Macros | |
#define | _BSD_SOURCE 1 |
#define | _ISOC99_SOURCE 1 |
#define | XT_LIMIT_AVG "3/hour" |
#define | XT_LIMIT_BURST 5 |
Enumerations | |
enum | { O_LIMIT = 0, O_BURST } |
Functions | |
void | _init (void) |
#define _BSD_SOURCE 1 |
#define _ISOC99_SOURCE 1 |
#define XT_LIMIT_AVG "3/hour" |
#define XT_LIMIT_BURST 5 |
void _init | ( | void | ) |