Home
last modified time | relevance | path

Searched refs:ip6t_entry (Results 1 – 13 of 13) sorted by relevance

/third_party/iptables/include/libiptc/
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 *,
/third_party/iptables/include/linux/netfilter_ipv6/
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; argument
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) in ip6t_get_target()
/third_party/iptables/iptables/
Dip6tables.c378 print_firewall(const struct ip6t_entry *fw, in print_firewall()
393 t = ip6t_get_target((struct ip6t_entry *)fw); in print_firewall()
457 print_firewall_line(const struct ip6t_entry *fw, in print_firewall_line()
462 t = ip6t_get_target((struct ip6t_entry *)fw); in print_firewall_line()
468 struct ip6t_entry *fw, in append_entry()
498 struct ip6t_entry *fw, in replace_entry()
517 struct ip6t_entry *fw, in insert_entry()
555 size = sizeof(struct ip6t_entry); in make_delete_mask()
563 memset(mask, 0xFF, sizeof(struct ip6t_entry)); in make_delete_mask()
564 mptr = mask + sizeof(struct ip6t_entry); in make_delete_mask()
[all …]
Dxshared.h125 struct ip6t_entry fw6;
210 void print_ipv6_addresses(const struct ip6t_entry *fw6, unsigned int format);
Diptables-save.c245 const struct ip6t_entry *e; in ip6tables_dump_rules()
Dxshared.c606 void print_ipv6_addresses(const struct ip6t_entry *fw6, unsigned int format) in print_ipv6_addresses()
/third_party/iptables/include/
Dip6tables.h16 void print_rule6(const struct ip6t_entry *e, struct xtc_handle *h, const char *chain, int counters);
/third_party/iptables/libiptc/
Dlibip6tc.c39 #define STRUCT_ENTRY struct ip6t_entry
132 dump_entry(struct ip6t_entry *e, struct xtc_handle *const handle) in dump_entry()
/third_party/iptables/extensions/
Dlibip6t_REDIRECT.c76 const struct ip6t_entry *entry = cb->xt_entry; in REDIRECT_parse()
Dlibip6t_MASQUERADE.c79 const struct ip6t_entry *entry = cb->xt_entry; in MASQUERADE_parse()
Dlibxt_multiport.c203 const struct ip6t_entry *entry = cb->xt_entry; in multiport_parse6()
245 const struct ip6t_entry *entry = cb->xt_entry; in multiport_parse6_v1()
Dlibip6t_SNAT.c152 const struct ip6t_entry *entry = cb->xt_entry; in SNAT_parse()
Dlibip6t_DNAT.c173 const struct ip6t_entry *entry = cb->xt_entry; in _DNAT_parse()