Searched refs:ip6t_chainlabel (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/libiptc/
H A Dlibip6tc.h16 typedef char ip6t_chainlabel[32]; typedef
61 int ip6tc_insert_entry(const ip6t_chainlabel chain,
67 int ip6tc_replace_entry(const ip6t_chainlabel chain,
74 int ip6tc_append_entry(const ip6t_chainlabel chain,
79 int ip6tc_check_entry(const ip6t_chainlabel chain,
85 int ip6tc_delete_entry(const ip6t_chainlabel chain,
91 int ip6tc_delete_num_entry(const ip6t_chainlabel chain,
97 const char *ip6tc_check_packet(const ip6t_chainlabel chain,
102 int ip6tc_flush_entries(const ip6t_chainlabel chain,
106 int ip6tc_zero_entries(const ip6t_chainlabel chai
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/libiptc/
H A Dlibip6tc.h13 typedef char ip6t_chainlabel[32]; typedef
61 int ip6tc_insert_entry(const ip6t_chainlabel chain,
67 int ip6tc_replace_entry(const ip6t_chainlabel chain,
74 int ip6tc_append_entry(const ip6t_chainlabel chain,
79 int ip6tc_delete_entry(const ip6t_chainlabel chain,
85 int ip6tc_delete_num_entry(const ip6t_chainlabel chain,
91 const char *ip6tc_check_packet(const ip6t_chainlabel chain,
96 int ip6tc_flush_entries(const ip6t_chainlabel chain,
100 int ip6tc_zero_entries(const ip6t_chainlabel chain,
104 int ip6tc_create_chain(const ip6t_chainlabel chai
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/libiptc/
H A Dlibip6tc.h13 typedef char ip6t_chainlabel[32]; typedef
61 int ip6tc_insert_entry(const ip6t_chainlabel chain,
67 int ip6tc_replace_entry(const ip6t_chainlabel chain,
74 int ip6tc_append_entry(const ip6t_chainlabel chain,
79 int ip6tc_delete_entry(const ip6t_chainlabel chain,
85 int ip6tc_delete_num_entry(const ip6t_chainlabel chain,
91 const char *ip6tc_check_packet(const ip6t_chainlabel chain,
96 int ip6tc_flush_entries(const ip6t_chainlabel chain,
100 int ip6tc_zero_entries(const ip6t_chainlabel chain,
104 int ip6tc_create_chain(const ip6t_chainlabel chai
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/
H A Dip6tables.h13 extern int for_each_chain6(int (*fn)(const ip6t_chainlabel, int, struct ip6tc_handle *), int verbose, int builtinstoo, struct ip6tc_handle *handle);
14 extern int flush_entries6(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle);
15 extern int delete_chain6(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dip6tables.h19 ip6t_chainlabel name;
69 ip6t_chainlabel name;
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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/
H A Dip6tables.h49 ip6t_chainlabel name;
102 ip6t_chainlabel name;
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c679 append_entry(const ip6t_chainlabel chain,
709 replace_entry(const ip6t_chainlabel chain,
728 insert_entry(const ip6t_chainlabel chain,
793 delete_entry(const ip6t_chainlabel chain,
828 check_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw,
858 for_each_chain6(int (*fn)(const ip6t_chainlabel, int, struct ip6tc_handle *), argument
872 chains = xtables_malloc(sizeof(ip6t_chainlabel) * chaincount);
876 strcpy(chains + i*sizeof(ip6t_chainlabel), chain);
883 && ip6tc_builtin(chains + i*sizeof(ip6t_chainlabel),
886 ret &= fn(chains + i*sizeof(ip6t_chainlabel), verbos
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c946 if (strlen(targetname)+1 > sizeof(ip6t_chainlabel))
949 targetname, (unsigned int)sizeof(ip6t_chainlabel)-1);
1460 append_entry(const ip6t_chainlabel chain,
1486 replace_entry(const ip6t_chainlabel chain,
1503 insert_entry(const ip6t_chainlabel chain,
1563 delete_entry(const ip6t_chainlabel chain,
1593 for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), argument
1607 chains = fw_malloc(sizeof(ip6t_chainlabel) * chaincount);
1611 strcpy(chains + i*sizeof(ip6t_chainlabel), chain);
1618 && ip6tc_builtin(chains + i*sizeof(ip6t_chainlabel),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip6tc.c60 #define IPT_CHAINLABEL ip6t_chainlabel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlibip6tc.c60 #define IPT_CHAINLABEL ip6t_chainlabel

Completed in 107 milliseconds