#define DEBUGP(x, args...)
#endif
-static int counters = 0, verbose = 0, noflush = 0, wait = 0;
+static int counters, verbose, noflush, wait;
static struct timeval wait_interval = {
.tv_sec = 1,
#include "ip6tables.h"
#include "ip6tables-multi.h"
-static int show_counters = 0;
+static int show_counters;
static const struct option options[] = {
{.name = "counters", .has_arg = false, .val = 'c'},
#define DEBUGP(x, args...)
#endif
-static int counters = 0, verbose = 0, noflush = 0, wait = 0;
+static int counters, verbose, noflush, wait;
static struct timeval wait_interval = {
.tv_sec = 1,
#include "iptables.h"
#include "iptables-multi.h"
-static int show_counters = 0;
+static int show_counters;
static const struct option options[] = {
{.name = "counters", .has_arg = false, .val = 'c'},
static void print_usage(const char *name, const char *version)
__attribute__ ((noreturn));
-static int verbose = 0;
+static int verbose;
/* Whether to combine actions of sequential rules with identical conditions */
-static int combine = 0;
+static int combine;
/* Keeping track of external matches and targets. */
static struct option options[] = {
{"verbose", 0, NULL, 'v'},
/* global new argv and argc */
static char *newargv[255];
-static unsigned int newargc = 0;
+static unsigned int newargc;
static char *oldargv[255];
-static unsigned int oldargc = 0;
+static unsigned int oldargc;
/* arg meta data, were they quoted, frinstance */
static int newargvattr[255];
#define maxChains 10240 /* max chains per table */
static struct chain chains[maxChains];
-static int nextChain = 0;
+static int nextChain;
/* funCtion adding one argument to newargv, updating newargc
* returns true if argument added, false otherwise */
int RUNTIME_NF_ARP_NUMHOOKS = 3;
static struct option *opts = original_opts;
-static unsigned int global_option_offset = 0;
+static unsigned int global_option_offset;
extern void xtables_exit_error(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, format(printf,2,3)));
struct xtables_globals arptables_globals = {
#define DEBUGP(x, args...)
#endif
-static int counters = 0, verbose = 0, noflush = 0;
+static int counters, verbose, noflush;
/* Keeping track of external matches and targets. */
static const struct option options[] = {