#include <xshared.h>

Data Fields | |
| union { | |
| struct ipt_entry fw | |
| struct ip6t_entry fw6 | |
| }; | |
| int | invert |
| int | c |
| unsigned int | options |
| struct xtables_rule_match * | matches |
| struct xtables_target * | target |
| struct xt_counters | counters |
| char * | protocol |
| int | proto_used |
| const char * | jumpto |
| char ** | argv |
| union { ... } |
| char** iptables_command_state::argv |
Referenced by command_default(), do_command4(), do_command6(), and do_commandx().
| int iptables_command_state::c |
Referenced by command_default(), do_command4(), do_command6(), and do_commandx().
| struct xt_counters iptables_command_state::counters |
Referenced by nft_rule_to_iptables_command_state(), nft_rule_zero_counters(), and print_firewall_details().
Referenced by command_default(), do_command4(), and print_matches_and_target().
| struct ip6t_entry iptables_command_state::fw6 |
Referenced by do_command6().
| int iptables_command_state::invert |
Referenced by command_default(), do_command4(), do_command6(), and do_commandx().
| const char* iptables_command_state::jumpto |
Referenced by add_action(), do_command4(), do_command6(), do_commandx(), nft_ipv46_rule_find(), and nft_rule_to_iptables_command_state().
| struct xtables_rule_match* iptables_command_state::matches |
Referenced by command_default(), do_command4(), do_command6(), do_commandx(), load_proto(), nft_ipv46_rule_find(), and print_matches_and_target().
| unsigned int iptables_command_state::options |
Referenced by do_command4(), do_command6(), do_commandx(), and load_proto().
| int iptables_command_state::proto_used |
Referenced by command_default().
| char* iptables_command_state::protocol |
Referenced by do_command4(), do_command6(), do_commandx(), and load_proto().
| struct xtables_target* iptables_command_state::target |