#include <getopt.h>#include <sys/errno.h>#include <stdbool.h>#include <string.h>#include <stdio.h>#include <stdlib.h>#include "iptables.h"#include "xtables.h"#include "libiptc/libiptc.h"#include "xtables-multi.h"#include "nft.h"#include <libnftnl/chain.h>
Macros | |
| #define | DEBUGP(x, args...) |
| #define | prog_name xtables_globals.program_name |
Functions | |
| int | xtables_ip4_restore_main (int argc, char *argv[]) |
| int | xtables_ip6_restore_main (int argc, char *argv[]) |
| #define DEBUGP | ( | x, | |
| args... | |||
| ) |
| #define prog_name xtables_globals.program_name |
| int xtables_ip4_restore_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References NFPROTO_IPV4.
| int xtables_ip6_restore_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References NFPROTO_IPV6.