#include <xtcshared.h>
Data Fields | |
| int(* | commit )(struct xtc_handle *) |
| void(* | free )(struct xtc_handle *) |
| int(* | builtin )(const char *, struct xtc_handle *const) |
| int(* | is_chain )(const char *, struct xtc_handle *const) |
| int(* | flush_entries )(const xt_chainlabel, struct xtc_handle *) |
| int(* | create_chain )(const xt_chainlabel, struct xtc_handle *) |
| int(* | set_policy )(const xt_chainlabel, const xt_chainlabel, struct xt_counters *, struct xtc_handle *) |
| const char *(* | strerror )(int) |
| int(* xtc_ops::builtin)(const char *, struct xtc_handle *const) |
Referenced by ip6tables_restore_main(), and iptables_restore_main().
| int(* xtc_ops::commit)(struct xtc_handle *) |
Referenced by ip6tables_restore_main(), and iptables_restore_main().
| int(* xtc_ops::create_chain)(const xt_chainlabel, struct xtc_handle *) |
Referenced by ip6tables_restore_main(), and iptables_restore_main().
| int(* xtc_ops::flush_entries)(const xt_chainlabel, struct xtc_handle *) |
Referenced by ip6tables_restore_main(), and iptables_restore_main().
| void(* xtc_ops::free)(struct xtc_handle *) |
Referenced by ip6tables_restore_main(), and iptables_restore_main().
| int(* xtc_ops::is_chain)(const char *, struct xtc_handle *const) |
Referenced by ip6tables_restore_main(), and iptables_restore_main().
| int(* xtc_ops::set_policy)(const xt_chainlabel, const xt_chainlabel, struct xt_counters *, struct xtc_handle *) |
Referenced by ip6tables_restore_main(), and iptables_restore_main().
| const char*(* xtc_ops::strerror)(int) |
Referenced by ip6tables_restore_main(), and iptables_restore_main().