netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iptables-restore.c File Reference
#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 "iptables-multi.h"
Include dependency graph for iptables-restore.c:

Macros

#define DEBUGP(x, args...)
 
#define prog_name   iptables_globals.program_name
 

Functions

int iptables_restore_main (int argc, char *argv[])
 

Macro Definition Documentation

#define DEBUGP (   x,
  args... 
)

Referenced by iptables_restore_main().

#define prog_name   iptables_globals.program_name

Function Documentation