#include <stdio.h>#include <string.h>#include <stdlib.h>#include <getopt.h>#include <ctype.h>#include <unistd.h>#include "../include/ebtables_u.h"#include <netinet/ether.h>#include "../include/ethernetdb.h"#include <linux/if_ether.h>#include <linux/netfilter_bridge/ebt_among.h>#include <sys/mman.h>#include <sys/stat.h>#include <fcntl.h>
Macros | |
| #define | AMONG_DST '1' |
| #define | AMONG_SRC '2' |
| #define | AMONG_DST_F '3' |
| #define | AMONG_SRC_F '4' |
| #define | OPT_DST 0x01 |
| #define | OPT_SRC 0x02 |
Functions | |
| void | _init (void) |
| #define AMONG_DST '1' |
| #define AMONG_DST_F '3' |
| #define AMONG_SRC '2' |
| #define AMONG_SRC_F '4' |
| #define OPT_DST 0x01 |
| #define OPT_SRC 0x02 |
| void _init | ( | void | ) |