HomeSort by relevance Sort by last modified time
    Searched refs:ip6t_entry_match (Results 26 - 30 of 30) sorted by null

12

  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 45 #define ip6t_entry_match xt_entry_match macro
176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /external/iptables/include/linux/netfilter_ipv6/
ip6_tables.h 59 #define ip6t_entry_match xt_entry_match macro
  /external/iptables/iptables/
xshared.c 142 size = XT_ALIGN(sizeof(struct ip6t_entry_match)) + m->size;
ip6tables.c 522 print_match(const struct ip6t_entry_match *m,
769 size += XT_ALIGN(sizeof(struct ip6t_entry_match)) + matchp->match->size;
780 XT_ALIGN(sizeof(struct ip6t_entry_match))
782 mptr += XT_ALIGN(sizeof(struct ip6t_entry_match)) + matchp->match->size;
1036 static int print_match_save(const struct ip6t_entry_match *e,
    [all...]
  /external/iptables/libiptc/
libip6tc.c 40 #define STRUCT_ENTRY_MATCH struct ip6t_entry_match

Completed in 183 milliseconds

12