#include <errno.h>#include <inttypes.h>#include <limits.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <getopt.h>#include <netdb.h>#include "../include/ebtables_u.h"#include <linux/netfilter_bridge/ebt_ip6.h>
Data Structures | |
| struct | icmpv6_names |
Macros | |
| #define | IP_SOURCE '1' |
| #define | IP_DEST '2' |
| #define | IP_TCLASS '3' |
| #define | IP_PROTO '4' |
| #define | IP_SPORT '5' |
| #define | IP_DPORT '6' |
| #define | IP_ICMP6 '7' |
| #define | OPT_SOURCE 0x01 |
| #define | OPT_DEST 0x02 |
| #define | OPT_TCLASS 0x04 |
| #define | OPT_PROTO 0x08 |
| #define | OPT_SPORT 0x10 |
| #define | OPT_DPORT 0x20 |
Functions | |
| void | _init (void) |
| #define IP_DEST '2' |
| #define IP_DPORT '6' |
| #define IP_ICMP6 '7' |
| #define IP_PROTO '4' |
| #define IP_SOURCE '1' |
| #define IP_SPORT '5' |
| #define IP_TCLASS '3' |
| #define OPT_DEST 0x02 |
| #define OPT_DPORT 0x20 |
| #define OPT_PROTO 0x08 |
| #define OPT_SOURCE 0x01 |
| #define OPT_SPORT 0x10 |
| #define OPT_TCLASS 0x04 |
| void _init | ( | void | ) |