netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iptables_command_state Struct Reference

#include <xshared.h>

Collaboration diagram for iptables_command_state:

Data Fields

union {
   struct ipt_entry   fw
 
   struct ip6t_entry   fw6
 
}; 
 
int invert
 
int c
 
unsigned int options
 
struct xtables_rule_matchmatches
 
struct xtables_targettarget
 
struct xt_counters counters
 
char * protocol
 
int proto_used
 
const char * jumpto
 
char ** argv
 

Field Documentation

union { ... }
char** iptables_command_state::argv
int iptables_command_state::c
struct ipt_entry iptables_command_state::fw
struct ip6t_entry iptables_command_state::fw6

Referenced by do_command6().

int iptables_command_state::invert
const char* iptables_command_state::jumpto
unsigned int iptables_command_state::options
int iptables_command_state::proto_used

Referenced by command_default().

char* iptables_command_state::protocol

The documentation for this struct was generated from the following file: