/external/iproute2/include/libiptc/ |
xtcshared.h | 5 struct xtc_handle; 9 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 *); 16 struct xt_counters *, struct xtc_handle *);
|
libip6tc.h | 15 #define ip6tc_handle xtc_handle 24 int ip6tc_is_chain(const char *chain, struct xtc_handle *const handle); 27 struct xtc_handle *ip6tc_init(const char *tablename); 30 void ip6tc_free(struct xtc_handle *h); 33 const char *ip6tc_first_chain(struct xtc_handle *handle); 34 const char *ip6tc_next_chain(struct xtc_handle *handle); 38 struct xtc_handle *handle); 42 struct xtc_handle *handle); 46 struct xtc_handle *handle); 49 int ip6tc_builtin(const char *chain, struct xtc_handle *const handle) [all...] |
libiptc.h | 19 #define iptc_handle xtc_handle 28 int iptc_is_chain(const char *chain, struct xtc_handle *const handle); 31 struct xtc_handle *iptc_init(const char *tablename); 34 void iptc_free(struct xtc_handle *h); 37 const char *iptc_first_chain(struct xtc_handle *handle); 38 const char *iptc_next_chain(struct xtc_handle *handle); 42 struct xtc_handle *handle); 46 struct xtc_handle *handle); 50 struct xtc_handle *handle); 53 int iptc_builtin(const char *chain, struct xtc_handle *const handle) [all...] |
/external/iptables/include/libiptc/ |
xtcshared.h | 5 struct xtc_handle; 9 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 *); 16 struct xt_counters *, struct xtc_handle *);
|
libip6tc.h | 15 #define ip6tc_handle xtc_handle 24 int ip6tc_is_chain(const char *chain, struct xtc_handle *const handle); 27 struct xtc_handle *ip6tc_init(const char *tablename); 30 void ip6tc_free(struct xtc_handle *h); 33 const char *ip6tc_first_chain(struct xtc_handle *handle); 34 const char *ip6tc_next_chain(struct xtc_handle *handle); 38 struct xtc_handle *handle); 42 struct xtc_handle *handle); 46 struct xtc_handle *handle); 49 int ip6tc_builtin(const char *chain, struct xtc_handle *const handle) [all...] |
libiptc.h | 19 #define iptc_handle xtc_handle 28 int iptc_is_chain(const char *chain, struct xtc_handle *const handle); 31 struct xtc_handle *iptc_init(const char *tablename); 34 void iptc_free(struct xtc_handle *h); 37 const char *iptc_first_chain(struct xtc_handle *handle); 38 const char *iptc_next_chain(struct xtc_handle *handle); 42 struct xtc_handle *handle); 46 struct xtc_handle *handle); 50 struct xtc_handle *handle); 53 int iptc_builtin(const char *chain, struct xtc_handle *const handle) [all...] |
/external/iproute2/include/ |
ip6tables.h | 11 struct xtc_handle **handle, bool restore); 13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle); 14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle); 15 extern int delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle); 16 void print_rule6(const struct ip6t_entry *e, struct xtc_handle *h, const char *chain, int counters);
|
iptables.h | 11 struct xtc_handle **handle, bool restore); 13 struct xtc_handle *handle); 15 struct xtc_handle *handle); 16 extern int for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), 17 int verbose, int builtinstoo, struct xtc_handle *handle); 19 struct xtc_handle *handle, const char *chain, int counters);
|
/external/iptables/include/ |
ip6tables.h | 11 struct xtc_handle **handle, bool restore); 13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle); 14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle); 15 extern int delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle); 16 void print_rule6(const struct ip6t_entry *e, struct xtc_handle *h, const char *chain, int counters);
|
iptables.h | 11 struct xtc_handle **handle, bool restore); 13 struct xtc_handle *handle); 15 struct xtc_handle *handle); 16 extern int for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), 17 int verbose, int builtinstoo, struct xtc_handle *handle); 19 struct xtc_handle *handle, const char *chain, int counters);
|
/external/iptables/libiptc/ |
libiptc.c | 134 struct xtc_handle { struct 193 set_changed(struct xtc_handle *h) 199 static void do_check(struct xtc_handle *h, unsigned int line); 236 iptcb_get_entry(struct xtc_handle *h, unsigned int offset) 242 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek) 256 iptcb_offset2entry(struct xtc_handle *h, unsigned int offset) 263 iptcb_entry2offset(struct xtc_handle *const h, const STRUCT_ENTRY *e) 269 iptcb_offset2index(struct xtc_handle *const h, unsigned int offset) 276 iptcb_ent_is_hook_entry(STRUCT_ENTRY *e, struct xtc_handle *h) 337 unsigned int *idx, struct xtc_handle *handle [all...] |
libip4tc.c | 124 dump_entry(struct ipt_entry *e, struct xtc_handle *const handle) 239 struct xtc_handle *h) 315 do_check(struct xtc_handle *h, unsigned int line)
|
libip6tc.c | 132 dump_entry(struct ip6t_entry *e, struct xtc_handle *const handle) 263 do_check(struct xtc_handle *h, unsigned int line)
|
/external/iptables/iptables/ |
ip6tables-standalone.c | 45 struct xtc_handle *handle = NULL;
|
iptables-standalone.c | 47 struct xtc_handle *handle = NULL;
|
ip6tables-restore.c | 67 static struct xtc_handle *create_handle(const char *tablename) 69 struct xtc_handle *handle; 191 struct xtc_handle *handle = NULL;
|
iptables-restore.c | 66 static struct xtc_handle *create_handle(const char *tablename) 68 struct xtc_handle *handle; 190 struct xtc_handle *handle = NULL;
|
ip6tables.c | 467 print_header(unsigned int format, const char *chain, struct xtc_handle *handle) 545 struct xtc_handle *const handle) 669 struct xtc_handle *const h) 687 struct xtc_handle *handle) 714 struct xtc_handle *handle) 737 struct xtc_handle *handle) 801 struct xtc_handle *handle, 831 bool verbose, struct xtc_handle *handle, 857 for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), 858 int verbose, int builtinstoo, struct xtc_handle *handle [all...] |
iptables.c | 451 print_header(unsigned int format, const char *chain, struct xtc_handle *handle) 529 struct xtc_handle *const handle) 653 struct xtc_handle *const h) 671 struct xtc_handle *handle) 698 struct xtc_handle *handle) 721 struct xtc_handle *handle) 785 struct xtc_handle *handle, 815 bool verbose, struct xtc_handle *handle, 841 for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), 842 int verbose, int builtinstoo, struct xtc_handle *handle [all...] |
ip6tables-save.c | 59 struct xtc_handle *h;
|
iptables-save.c | 57 struct xtc_handle *h;
|