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

#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)
 

Field Documentation

int(* xtc_ops::builtin)(const char *, struct xtc_handle *const)
int(* xtc_ops::commit)(struct xtc_handle *)
int(* xtc_ops::create_chain)(const xt_chainlabel, struct xtc_handle *)
int(* xtc_ops::flush_entries)(const xt_chainlabel, struct xtc_handle *)
void(* xtc_ops::free)(struct xtc_handle *)
int(* xtc_ops::is_chain)(const char *, struct xtc_handle *const)
int(* xtc_ops::set_policy)(const xt_chainlabel, const xt_chainlabel, struct xt_counters *, struct xtc_handle *)
const char*(* xtc_ops::strerror)(int)

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