HomeSort by relevance Sort by last modified time
    Searched refs:xt_ematch_foreach (Results 1 - 11 of 11) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
x_tables.h 114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size)) macro
  /development/ndk/platforms/android-L/include/linux/netfilter/
x_tables.h 114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size)) macro
  /external/iproute2/include/linux/netfilter/
x_tables.h 177 #define xt_ematch_foreach(pos, entry) \ macro
  /external/iptables/include/linux/netfilter/
x_tables.h 177 #define xt_ematch_foreach(pos, entry) \ macro
  /external/kernel-headers/original/uapi/linux/netfilter/
x_tables.h 179 #define xt_ematch_foreach(pos, entry) \ macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter/
x_tables.h 114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
x_tables.h 114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter/
x_tables.h 114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter/
x_tables.h 114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/
x_tables.h 114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/
x_tables.h 114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size)) macro

Completed in 258 milliseconds