/external/iptables/extensions/ |
libipt_addrtype.c | 86 struct ipt_entry_match **match) 141 const struct ipt_entry_match *match, 163 const struct ipt_entry_match *match)
|
libipt_connbytes.c | 54 struct ipt_entry_match **match) 150 const struct ipt_entry_match *match, 170 static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_connrate.c | 81 struct ipt_entry_match **match) 142 const struct ipt_entry_match *match, 153 static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_iprange.c | 61 struct ipt_entry_match **match) 126 const struct ipt_entry_match *match, 147 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_statistic.c | 40 struct ipt_entry_match **match) 141 const struct ipt_entry_match *match, 152 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_icmp.c | 172 init(struct ipt_entry_match *m, unsigned int *nfcache) 186 struct ipt_entry_match **match) 250 const struct ipt_entry_match *match, 266 static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_recent.c | 71 init(struct ipt_entry_match *match, unsigned int *nfcache) 89 struct ipt_entry_match **match) 179 const struct ipt_entry_match *match, 202 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_string.c | 57 init(struct ipt_entry_match *m, unsigned int *nfcache) 175 struct ipt_entry_match **match) 293 const struct ipt_entry_match *match, 316 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_dccp.c | 29 init(struct ipt_entry_match *m, 139 struct ipt_entry_match **match) 283 const struct ipt_entry_match *match, 318 const struct ipt_entry_match *match)
|
libipt_hashlimit.c | 99 init(struct ipt_entry_match *m, unsigned int *nfcache) 156 struct ipt_entry_match **match) 308 const struct ipt_entry_match *match, 328 static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_policy.c | 96 static void init(struct ipt_entry_match *m, unsigned int *nfcache) 131 struct ipt_entry_match **match) 391 const struct ipt_entry_match *match, 406 static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_tcp.c | 135 init(struct ipt_entry_match *m, unsigned int *nfcache) 153 struct ipt_entry_match **match) 322 const struct ipt_entry_match *match, int numeric) 345 static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_owner.c | 58 struct ipt_entry_match **match) 204 const struct ipt_entry_match *match, 220 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_realm.c | 161 struct ipt_entry_match **match) 219 const struct ipt_entry_match *match, 234 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
libipt_conntrack.c | 191 struct ipt_entry_match **match) 434 matchinfo_print(const struct ipt_ip *ip, const struct ipt_entry_match *match, int numeric, const char *optpfx) 521 const struct ipt_entry_match *match, 528 static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ip_tables.h | 42 #define ipt_entry_match xt_entry_match macro 176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ip_tables.h | 42 #define ipt_entry_match xt_entry_match macro 176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 47 #define ipt_entry_match xt_entry_match macro 228 struct ipt_entry_match *__match; \
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 42 #define ipt_entry_match xt_entry_match macro 176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 42 #define ipt_entry_match xt_entry_match macro 176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 42 #define ipt_entry_match xt_entry_match macro 176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 42 #define ipt_entry_match xt_entry_match macro 176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 42 #define ipt_entry_match xt_entry_match macro 176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 42 #define ipt_entry_match xt_entry_match macro 176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
|
/external/iproute2/include/linux/netfilter_ipv4/ |
ip_tables.h | 49 #define ipt_entry_match xt_entry_match macro
|