Searched refs:ipt_chainlabel (Results 1 - 11 of 11) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Diptables.h39 ipt_chainlabel name;
92 ipt_chainlabel name;
171 extern int delete_chain(const ipt_chainlabel chain, int verbose,
173 extern int flush_entries(const ipt_chainlabel chain, int verbose,
175 extern int for_each_chain(int (*fn)(const ipt_chainlabel, int, iptc_handle_t *),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/libiptc/
H A Dlibiptc.h21 typedef char ipt_chainlabel[32]; typedef
69 int iptc_insert_entry(const ipt_chainlabel chain,
75 int iptc_replace_entry(const ipt_chainlabel chain,
82 int iptc_append_entry(const ipt_chainlabel chain,
88 int iptc_delete_entry(const ipt_chainlabel chain,
94 int iptc_delete_num_entry(const ipt_chainlabel chain,
100 const char *iptc_check_packet(const ipt_chainlabel chain,
105 int iptc_flush_entries(const ipt_chainlabel chain,
109 int iptc_zero_entries(const ipt_chainlabel chain,
113 int iptc_create_chain(const ipt_chainlabel chai
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/
H A Diptables.h12 extern int delete_chain4(const ipt_chainlabel chain, int verbose,
14 extern int flush_entries4(const ipt_chainlabel chain, int verbose,
16 extern int for_each_chain4(int (*fn)(const ipt_chainlabel, int, struct iptc_handle *),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/libiptc/
H A Dlibiptc.h20 typedef char ipt_chainlabel[32]; typedef
65 int iptc_insert_entry(const ipt_chainlabel chain,
71 int iptc_replace_entry(const ipt_chainlabel chain,
78 int iptc_append_entry(const ipt_chainlabel chain,
83 int iptc_check_entry(const ipt_chainlabel chain,
90 int iptc_delete_entry(const ipt_chainlabel chain,
96 int iptc_delete_num_entry(const ipt_chainlabel chain,
102 const char *iptc_check_packet(const ipt_chainlabel chain,
107 int iptc_flush_entries(const ipt_chainlabel chain,
111 int iptc_zero_entries(const ipt_chainlabel chai
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables.c684 append_entry(const ipt_chainlabel chain,
714 replace_entry(const ipt_chainlabel chain,
733 insert_entry(const ipt_chainlabel chain,
798 delete_entry(const ipt_chainlabel chain,
833 check_entry(const ipt_chainlabel chain, struct ipt_entry *fw,
863 for_each_chain4(int (*fn)(const ipt_chainlabel, int, struct iptc_handle *), argument
877 chains = xtables_malloc(sizeof(ipt_chainlabel) * chaincount);
881 strcpy(chains + i*sizeof(ipt_chainlabel), chain);
888 && iptc_builtin(chains + i*sizeof(ipt_chainlabel),
891 ret &= fn(chains + i*sizeof(ipt_chainlabel), verbos
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip4tc.c65 #define IPT_CHAINLABEL ipt_chainlabel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/netconf/
H A Dnetconf_linux.c433 if (filter && strncmp(chain, ipt_filter_chain_name[filter->dir], sizeof(ipt_chainlabel)) != 0)
435 else if (nat && strncmp(chain, ipt_nat_chain_name[nat->target], sizeof(ipt_chainlabel)) != 0)
437 else if (app && strncmp(chain, "PREROUTING", sizeof(ipt_chainlabel)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/
H A Diptables.h49 ipt_chainlabel name;
102 ipt_chainlabel name;
186 extern int delete_chain(const ipt_chainlabel chain, int verbose,
188 extern int flush_entries(const ipt_chainlabel chain, int verbose,
190 extern int for_each_chain(int (*fn)(const ipt_chainlabel, int, iptc_handle_t *),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/libiptc/
H A Dlibiptc.h21 typedef char ipt_chainlabel[32]; typedef
69 int iptc_insert_entry(const ipt_chainlabel chain,
75 int iptc_replace_entry(const ipt_chainlabel chain,
82 int iptc_append_entry(const ipt_chainlabel chain,
88 int iptc_delete_entry(const ipt_chainlabel chain,
94 int iptc_delete_num_entry(const ipt_chainlabel chain,
100 const char *iptc_check_packet(const ipt_chainlabel chain,
105 int iptc_flush_entries(const ipt_chainlabel chain,
109 int iptc_zero_entries(const ipt_chainlabel chain,
113 int iptc_create_chain(const ipt_chainlabel chai
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Diptables.c914 if (strlen(targetname)+1 > sizeof(ipt_chainlabel))
917 targetname, (unsigned int)sizeof(ipt_chainlabel)-1);
1524 append_entry(const ipt_chainlabel chain,
1550 replace_entry(const ipt_chainlabel chain,
1567 insert_entry(const ipt_chainlabel chain,
1627 delete_entry(const ipt_chainlabel chain,
1657 for_each_chain(int (*fn)(const ipt_chainlabel, int, iptc_handle_t *), argument
1671 chains = fw_malloc(sizeof(ipt_chainlabel) * chaincount);
1675 strcpy(chains + i*sizeof(ipt_chainlabel), chain);
1682 && iptc_builtin(chains + i*sizeof(ipt_chainlabel),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlibip4tc.c65 #define IPT_CHAINLABEL ipt_chainlabel

Completed in 307 milliseconds