#include <stdio.h>#include <netdb.h>#include <string.h>#include <stdlib.h>#include <xtables.h>#include <iptables.h>#include <limits.h>#include <linux/netfilter_ipv4/ip_tables.h>#include <linux/netfilter/nf_nat.h>
Data Structures | |
| struct | ipt_natinfo |
Enumerations | |
| enum | { O_TO_SRC = 0, O_RANDOM, O_RANDOM_FULLY, O_PERSISTENT, O_X_TO_SRC, F_TO_SRC = 1 << O_TO_SRC, F_RANDOM = 1 << O_RANDOM, F_RANDOM_FULLY = 1 << O_RANDOM_FULLY, F_X_TO_SRC = 1 << O_X_TO_SRC } |
Functions | |
| void | _init (void) |
| anonymous enum |
| void _init | ( | void | ) |