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

/external/iproute2/include/libiptc/
H A Dlibip6tc.h9 #define IP6T_MIN_ALIGN (__alignof__(struct ip6t_entry))
37 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,
92 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/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h85 struct ip6t_entry { struct
108 struct ip6t_entry entry;
118 struct ip6t_entry entry;
124 .target_offset = sizeof(struct ip6t_entry), \
247 struct ip6t_entry entries[0];
262 struct ip6t_entry entrytable[0];
272 ip6t_get_target(struct ip6t_entry *e)
279 XT_MATCH_ITERATE(struct ip6t_entry, e, fn, ## args)
283 XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args)
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6_tables.h85 struct ip6t_entry struct
210 struct ip6t_entry entries[0];
226 struct ip6t_entry entrytable[0];
236 ip6t_get_target(struct ip6t_entry *e)
248 for (__i = sizeof(struct ip6t_entry); \
265 struct ip6t_entry *__e; \
316 #define IP6T_ALIGN(s) (((s) + (__alignof__(struct ip6t_entry)-1)) & ~(__alignof__(struct ip6t_entry)-1))
/external/iptables/include/
H A Dip6tables.h16 void print_rule6(const struct ip6t_entry *e, struct ip6tc_handle *h, const char *chain, int counters);
/external/iptables/iptables/
H A Dxshared.h53 struct ip6t_entry fw6;
H A Dip6tables.c544 print_firewall(const struct ip6t_entry *fw,
560 t = ip6t_get_target((struct ip6t_entry *)fw);
669 print_firewall_line(const struct ip6t_entry *fw,
674 t = ip6t_get_target((struct ip6t_entry *)fw);
680 struct ip6t_entry *fw,
710 struct ip6t_entry *fw,
729 struct ip6t_entry *fw,
767 size = sizeof(struct ip6t_entry);
775 memset(mask, 0xFF, sizeof(struct ip6t_entry));
776 mptr = mask + sizeof(struct ip6t_entry);
[all...]
H A Dip6tables-save.c107 const struct ip6t_entry *e;
/external/iproute2/include/
H A Dip6tables.h38 const struct ip6t_entry *entry,
88 const struct ip6t_entry *entry,
/external/iptables/extensions/
H A Dlibxt_multiport.c205 const struct ip6t_entry *entry = cb->xt_entry;
247 const struct ip6t_entry *entry = cb->xt_entry;
/external/iptables/libiptc/
H A Dlibip6tc.c39 #define STRUCT_ENTRY struct ip6t_entry
134 dump_entry(struct ip6t_entry *e, struct ip6tc_handle *const handle)

Completed in 172 milliseconds