Searched refs:ipt_entry (Results 1 - 19 of 19) sorted by relevance

/external/iproute2/include/libiptc/
H A Dlibiptc.h13 /* ipt_entry has pointers and u_int64_t's in it, so if you align to
16 #define IPT_MIN_ALIGN (__alignof__(struct ipt_entry))
45 const struct ipt_entry *iptc_first_rule(const char *chain,
49 const struct ipt_entry *iptc_next_rule(const struct ipt_entry *prev,
53 const char *iptc_get_target(const struct ipt_entry *e,
70 const struct ipt_entry *e,
76 const struct ipt_entry *e,
83 const struct ipt_entry *e,
89 const struct ipt_entry *origf
[all...]
/external/iptables/include/libiptc/
H A Dlibiptc.h41 const struct ipt_entry *iptc_first_rule(const char *chain,
45 const struct ipt_entry *iptc_next_rule(const struct ipt_entry *prev,
49 const char *iptc_get_target(const struct ipt_entry *e,
66 const struct ipt_entry *e,
72 const struct ipt_entry *e,
79 const struct ipt_entry *e,
84 const struct ipt_entry *origfw,
91 const struct ipt_entry *origfw,
103 struct ipt_entry *entr
[all...]
/external/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h73 struct ipt_entry { struct
79 /* Size of ipt_entry + matches */
81 /* Size of ipt_entry + matches + target */
190 struct ipt_entry entries[0];
205 struct ipt_entry entrytable[0];
215 ipt_get_target(struct ipt_entry *e)
222 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
226 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_tables.h73 struct ipt_entry { struct
79 /* Size of ipt_entry + matches */
81 /* Size of ipt_entry + matches + target */
190 struct ipt_entry entries[0];
205 struct ipt_entry entrytable[0];
215 ipt_get_target(struct ipt_entry *e)
222 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
226 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_tables.h79 struct ipt_entry struct
86 /* Size of ipt_entry + matches */
88 /* Size of ipt_entry + matches + target */
197 struct ipt_entry entries[0];
213 struct ipt_entry entrytable[0];
223 ipt_get_target(struct ipt_entry *e)
235 for (__i = sizeof(struct ipt_entry); \
252 struct ipt_entry *__entry; \
295 struct ipt_entry entry;
307 struct ipt_entry entr
[all...]
/external/iptables/include/
H A Diptables.h18 extern void print_rule4(const struct ipt_entry *e,
/external/iptables/iptables/
H A Dxshared.h52 struct ipt_entry fw;
H A Diptables.c549 print_firewall(const struct ipt_entry *fw,
566 t = ipt_get_target((struct ipt_entry *)fw);
674 print_firewall_line(const struct ipt_entry *fw,
679 t = ipt_get_target((struct ipt_entry *)fw);
685 struct ipt_entry *fw,
715 struct ipt_entry *fw,
734 struct ipt_entry *fw,
772 size = sizeof(struct ipt_entry);
780 memset(mask, 0xFF, sizeof(struct ipt_entry));
781 mptr = mask + sizeof(struct ipt_entry);
[all...]
H A Diptables-save.c105 const struct ipt_entry *e;
/external/iproute2/include/
H A Diptables.h61 const struct ipt_entry *entry,
114 const struct ipt_entry *entry,
/external/iptables/extensions/
H A Dlibipt_MASQUERADE.c76 const struct ipt_entry *entry = cb->xt_entry;
H A Dlibipt_REDIRECT.c77 const struct ipt_entry *entry = cb->xt_entry;
H A Dlibxt_multiport.c198 const struct ipt_entry *entry = cb->xt_entry;
240 const struct ipt_entry *entry = cb->xt_entry;
H A Dlibipt_DNAT.c153 const struct ipt_entry *entry = cb->xt_entry;
H A Dlibipt_SNAT.c153 const struct ipt_entry *entry = cb->xt_entry;
/external/iptables/libiptc/
H A Dlibip4tc.c44 #define STRUCT_ENTRY struct ipt_entry
129 dump_entry(struct ipt_entry *e, struct iptc_handle *const handle)
/external/iproute2/tc/
H A Dm_xt.c120 struct ipt_entry fw;
H A Dm_xt_old.c211 struct ipt_entry fw;
H A Dm_ipt.c389 struct ipt_entry fw;

Completed in 729 milliseconds