Searched defs:xtc_ops (Results  1 – 2 of 2) sorted by relevance
| /external/iptables/include/libiptc/ | 
| D | xtcshared.h | 8 struct xtc_ops {  struct9 	int (*commit)(struct xtc_handle *);
 10 	struct xtc_handle *(*init)(const char *);
 11 	void (*free)(struct xtc_handle *);
 12 	int (*builtin)(const char *, struct xtc_handle *const);
 13 	int (*is_chain)(const char *, struct xtc_handle *const);
 14 	int (*flush_entries)(const xt_chainlabel, struct xtc_handle *);
 15 	int (*create_chain)(const xt_chainlabel, struct xtc_handle *);
 16 	const char *(*first_chain)(struct xtc_handle *);
 17 	const char *(*next_chain)(struct xtc_handle *);
 [all …]
 
 | 
| /external/iproute2/include/libiptc/ | 
| D | xtcshared.h | 8 struct xtc_ops {  struct9 	int (*commit)(struct xtc_handle *);
 10 	void (*free)(struct xtc_handle *);
 11 	int (*builtin)(const char *, struct xtc_handle *const);
 12 	int (*is_chain)(const char *, struct xtc_handle *const);
 13 	int (*flush_entries)(const xt_chainlabel, struct xtc_handle *);
 14 	int (*create_chain)(const xt_chainlabel, struct xtc_handle *);
 15 	int (*set_policy)(const xt_chainlabel, const xt_chainlabel,
 17 	const char *(*strerror)(int);
 
 |