#include <getopt.h>
#include <sys/errno.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "iptables.h"
#include "libiptc/libiptc.h"
#include "xtables-multi.h"
#include <xtables.h>
Data Structures | |
struct | chain |
struct chain - nftables chain More... | |
Macros | |
#define | DEBUGP(x, args...) |
#define | prog_name iptables_xml_globals.program_name |
#define | prog_vers iptables_xml_globals.program_version |
#define | XT_CHAIN_MAXNAMELEN XT_TABLE_MAXNAMELEN |
#define | maxChains 10240 /* max chains per table */ |
#define | CLOSE_LEVEL(LEVEL) |
#define | OPEN_LEVEL(LEVEL, TAG) |
Functions | |
int | iptables_xml_main (int argc, char *argv[]) |
Variables | |
struct xtables_globals | iptables_xml_globals |
#define CLOSE_LEVEL | ( | LEVEL | ) |
#define DEBUGP | ( | x, | |
args... | |||
) |
Referenced by iptables_xml_main().
#define OPEN_LEVEL | ( | LEVEL, | |
TAG | |||
) |
#define prog_name iptables_xml_globals.program_name |
Referenced by iptables_xml_main().
#define prog_vers iptables_xml_globals.program_version |
#define XT_CHAIN_MAXNAMELEN XT_TABLE_MAXNAMELEN |
int iptables_xml_main | ( | int | argc, |
char * | argv[] | ||
) |
References buffer, chain::chain, DEBUGP, line, NULL, PARAMETER_PROBLEM, chain::policy, prog_name, xtables_error, and xtables_set_params().
struct xtables_globals iptables_xml_globals |