HomeSort by relevance Sort by last modified time
    Searched defs:hash_seed (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /external/iptables/include/linux/netfilter/
xt_cluster.h 13 __u32 hash_seed; member in struct:xt_cluster_match_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_cluster.h 13 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_cluster.h 11 u_int32_t hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_cluster.h 13 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /external/e2fsprogs/debugfs/
htree.c 275 __u32 hash_seed[4]; local
277 hash_seed[0] = hash_seed[1] = hash_seed[2] = hash_seed[3] = 0;
288 if (uuid_parse(optarg, (unsigned char *) hash_seed)) {
301 "[-s hash_seed] filename");
305 hash_seed, &hash, &minor_hash);

Completed in 379 milliseconds

1 2