Searched refs:ip6t_entry (Results 1 – 13 of 13) sorted by relevance
/third_party/iptables/include/libiptc/ |
D | libip6tc.h | 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, 86 const struct ip6t_entry *origfw, 98 struct ip6t_entry *,
|
/third_party/iptables/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 55 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/ |
D | ip6tables.c | 378 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 …]
|
D | xshared.h | 125 struct ip6t_entry fw6; 210 void print_ipv6_addresses(const struct ip6t_entry *fw6, unsigned int format);
|
D | iptables-save.c | 245 const struct ip6t_entry *e; in ip6tables_dump_rules()
|
D | xshared.c | 606 void print_ipv6_addresses(const struct ip6t_entry *fw6, unsigned int format) in print_ipv6_addresses()
|
/third_party/iptables/include/ |
D | ip6tables.h | 16 void print_rule6(const struct ip6t_entry *e, struct xtc_handle *h, const char *chain, int counters);
|
/third_party/iptables/libiptc/ |
D | libip6tc.c | 39 #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/ |
D | libip6t_REDIRECT.c | 76 const struct ip6t_entry *entry = cb->xt_entry; in REDIRECT_parse()
|
D | libip6t_MASQUERADE.c | 79 const struct ip6t_entry *entry = cb->xt_entry; in MASQUERADE_parse()
|
D | libxt_multiport.c | 203 const struct ip6t_entry *entry = cb->xt_entry; in multiport_parse6() 245 const struct ip6t_entry *entry = cb->xt_entry; in multiport_parse6_v1()
|
D | libip6t_SNAT.c | 152 const struct ip6t_entry *entry = cb->xt_entry; in SNAT_parse()
|
D | libip6t_DNAT.c | 173 const struct ip6t_entry *entry = cb->xt_entry; in _DNAT_parse()
|