Searched refs:ip6t_entry (Results 1 - 16 of 16) sorted by relevance

/external/iproute2/include/libiptc/
H A Dlibip6tc.h37 const struct ip6t_entry *ip6tc_first_rule(const char *chain,
41 const struct ip6t_entry *ip6tc_next_rule(const struct ip6t_entry *prev,
45 const char *ip6tc_get_target(const struct ip6t_entry *e,
62 const struct ip6t_entry *e,
68 const struct ip6t_entry *e,
75 const struct ip6t_entry *e,
80 const struct ip6t_entry *origfw,
86 const struct ip6t_entry *origfw,
98 struct ip6t_entry *,
[all...]
/external/iptables/include/libiptc/
H A Dlibip6tc.h37 const struct ip6t_entry *ip6tc_first_rule(const char *chain,
41 const struct ip6t_entry *ip6tc_next_rule(const struct ip6t_entry *prev,
45 const char *ip6tc_get_target(const struct ip6t_entry *e,
62 const struct ip6t_entry *e,
68 const struct ip6t_entry *e,
75 const struct ip6t_entry *e,
80 const struct ip6t_entry *origfw,
86 const struct ip6t_entry *origfw,
98 struct ip6t_entry *,
[all...]
/external/iproute2/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h57 XT_MATCH_ITERATE(struct ip6t_entry, e, fn, ## args)
59 XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args)
108 struct ip6t_entry { struct
131 struct ip6t_entry entry;
136 struct ip6t_entry entry;
142 .target_offset = sizeof(struct ip6t_entry), \
244 struct ip6t_entry entries[0];
256 struct ip6t_entry entrytable[0];
261 ip6t_get_target(struct ip6t_entry *e)
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h55 XT_MATCH_ITERATE(struct ip6t_entry, e, fn, ## args)
57 XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args)
106 struct ip6t_entry { struct
129 struct ip6t_entry entry;
134 struct ip6t_entry entry;
140 .target_offset = sizeof(struct ip6t_entry), \
242 struct ip6t_entry entries[0];
254 struct ip6t_entry entrytable[0];
259 ip6t_get_target(struct ip6t_entry *e)
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h58 XT_MATCH_ITERATE(struct ip6t_entry, e, fn, ## args)
60 XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args)
110 struct ip6t_entry { struct
133 struct ip6t_entry entry;
138 struct ip6t_entry entry;
144 .target_offset = sizeof(struct ip6t_entry), \
246 struct ip6t_entry entries[0];
258 struct ip6t_entry entrytable[0];
263 ip6t_get_target(struct ip6t_entry *e)
/external/iproute2/include/
H A Dip6tables.h16 void print_rule6(const struct ip6t_entry *e, struct xtc_handle *h, const char *chain, int counters);
/external/iptables/include/
H A Dip6tables.h16 void print_rule6(const struct ip6t_entry *e, struct xtc_handle *h, const char *chain, int counters);
/external/iptables/iptables/
H A Dxshared.h55 struct ip6t_entry fw6;
H A Dip6tables.c541 print_firewall(const struct ip6t_entry *fw,
557 t = ip6t_get_target((struct ip6t_entry *)fw);
668 print_firewall_line(const struct ip6t_entry *fw,
673 t = ip6t_get_target((struct ip6t_entry *)fw);
679 struct ip6t_entry *fw,
709 struct ip6t_entry *fw,
728 struct ip6t_entry *fw,
766 size = sizeof(struct ip6t_entry);
774 memset(mask, 0xFF, sizeof(struct ip6t_entry));
775 mptr = mask + sizeof(struct ip6t_entry);
[all...]
H A Dip6tables-save.c100 const struct ip6t_entry *e;
/external/iptables/extensions/
H A Dlibip6t_MASQUERADE.c75 const struct ip6t_entry *entry = cb->xt_entry;
H A Dlibip6t_REDIRECT.c76 const struct ip6t_entry *entry = cb->xt_entry;
H A Dlibip6t_DNAT.c149 const struct ip6t_entry *entry = cb->xt_entry;
H A Dlibxt_multiport.c203 const struct ip6t_entry *entry = cb->xt_entry;
245 const struct ip6t_entry *entry = cb->xt_entry;
H A Dlibip6t_SNAT.c152 const struct ip6t_entry *entry = cb->xt_entry;
/external/iptables/libiptc/
H A Dlibip6tc.c39 #define STRUCT_ENTRY struct ip6t_entry
132 dump_entry(struct ip6t_entry *e, struct xtc_handle *const handle)

Completed in 710 milliseconds