#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include <errno.h>
#include "../include/ebtables_u.h"
#include <linux/netfilter_bridge/ebt_limit.h>
Data Structures | |
struct | rates |
Macros | |
#define | EBT_LIMIT_AVG "3/hour" |
#define | EBT_LIMIT_BURST 5 |
#define | FLAG_LIMIT 0x01 |
#define | FLAG_LIMIT_BURST 0x02 |
#define | ARG_LIMIT '1' |
#define | ARG_LIMIT_BURST '2' |
Functions | |
void | _init (void) |
#define ARG_LIMIT '1' |
#define ARG_LIMIT_BURST '2' |
#define EBT_LIMIT_AVG "3/hour" |
#define EBT_LIMIT_BURST 5 |
#define FLAG_LIMIT 0x01 |
#define FLAG_LIMIT_BURST 0x02 |
void _init | ( | void | ) |