Searched refs:ip6tc_handle_t (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/libiptc/
H A Dlibip6tc.h21 typedef struct ip6tc_handle *ip6tc_handle_t; typedef in typeref:struct:ip6tc_handle
24 int ip6tc_is_chain(const char *chain, const ip6tc_handle_t handle);
27 ip6tc_handle_t ip6tc_init(const char *tablename);
30 void ip6tc_free(ip6tc_handle_t *h);
33 const char *ip6tc_first_chain(ip6tc_handle_t *handle);
34 const char *ip6tc_next_chain(ip6tc_handle_t *handle);
38 ip6tc_handle_t *handle);
42 ip6tc_handle_t *handle);
46 ip6tc_handle_t *handle);
49 int ip6tc_builtin(const char *chain, const ip6tc_handle_t handl
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/libiptc/
H A Dlibip6tc.h21 typedef struct ip6tc_handle *ip6tc_handle_t; typedef in typeref:struct:ip6tc_handle
24 int ip6tc_is_chain(const char *chain, const ip6tc_handle_t handle);
27 ip6tc_handle_t ip6tc_init(const char *tablename);
30 void ip6tc_free(ip6tc_handle_t *h);
33 const char *ip6tc_first_chain(ip6tc_handle_t *handle);
34 const char *ip6tc_next_chain(ip6tc_handle_t *handle);
38 ip6tc_handle_t *handle);
42 ip6tc_handle_t *handle);
46 ip6tc_handle_t *handle);
49 int ip6tc_builtin(const char *chain, const ip6tc_handle_t handl
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Dip6tables.h122 ip6tc_handle_t *handle);
136 extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), int verbose, int builtinstoo, ip6tc_handle_t *handle);
137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
138 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/
H A Dip6tables.h157 ip6tc_handle_t *handle);
174 extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), int verbose, int builtinstoo, ip6tc_handle_t *handle);
175 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
176 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Dip6tables-standalone.c44 ip6tc_handle_t handle = NULL;
H A Dip6tables-restore.c57 ip6tc_handle_t create_handle(const char *tablename, const char* modprobe)
59 ip6tc_handle_t handle;
107 ip6tc_handle_t handle = NULL;
H A Dip6tables-save.c145 ip6tc_handle_t *h, const char *chain, int counters)
244 ip6tc_handle_t h;
H A Dip6tables.c203 extern void dump_entries6(const ip6tc_handle_t handle);
1258 print_header(unsigned int format, const char *chain, ip6tc_handle_t *handle)
1333 const ip6tc_handle_t handle)
1451 const ip6tc_handle_t h)
1467 ip6tc_handle_t *handle)
1492 ip6tc_handle_t *handle)
1511 ip6tc_handle_t *handle)
1570 ip6tc_handle_t *handle,
1593 for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *),
1594 int verbose, int builtinstoo, ip6tc_handle_t *handl
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/libiptc/
H A Dlibip6tc.c49 #define TC_HANDLE_T ip6tc_handle_t
134 dump_entry(struct ip6t_entry *e, const ip6tc_handle_t handle)

Completed in 111 milliseconds