#include <getopt.h>
#include <sys/errno.h>
#include <stdio.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <netdb.h>
#include "libiptc/libiptc.h"
#include "iptables.h"
#include "xtables-multi.h"
#include "nft.h"
#include <libnftnl/chain.h>
#include <dlfcn.h>
Functions | |
int | xtables_ip4_save_main (int argc, char *argv[]) |
int | xtables_ip6_save_main (int argc, char *argv[]) |
int xtables_ip4_save_main | ( | int | argc, |
char * | argv[] | ||
) |
References NFPROTO_IPV4.
int xtables_ip6_save_main | ( | int | argc, |
char * | argv[] | ||
) |
References NFPROTO_IPV6.