HomeSort by relevance Sort by last modified time
    Searched refs:xtc_handle (Results 1 - 21 of 21) sorted by null

  /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.c 434 print_header(unsigned int format, const char *chain, struct xtc_handle *handle)
510 struct xtc_handle *const handle)
632 struct xtc_handle *const h)
650 struct xtc_handle *handle)
677 struct xtc_handle *handle)
700 struct xtc_handle *handle)
764 struct xtc_handle *handle,
794 bool verbose, struct xtc_handle *handle,
820 for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *),
821 int verbose, int builtinstoo, struct xtc_handle *handle
    [all...]
iptables.c 419 print_header(unsigned int format, const char *chain, struct xtc_handle *handle)
495 struct xtc_handle *const handle)
617 struct xtc_handle *const h)
635 struct xtc_handle *handle)
662 struct xtc_handle *handle)
685 struct xtc_handle *handle)
749 struct xtc_handle *handle,
779 bool verbose, struct xtc_handle *handle,
805 for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *),
806 int verbose, int builtinstoo, struct xtc_handle *handle
    [all...]
ip6tables-restore.c 62 static struct xtc_handle *create_handle(const char *tablename)
64 struct xtc_handle *handle;
186 struct xtc_handle *handle = NULL;
iptables-restore.c 62 static struct xtc_handle *create_handle(const char *tablename)
64 struct xtc_handle *handle;
186 struct xtc_handle *handle = NULL;
ip6tables-save.c 63 struct xtc_handle *h;
iptables-save.c 61 struct xtc_handle *h;

Completed in 2827 milliseconds