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

  /external/ltp/testcases/network/stress/ns-tools/
ns-mcast.h 52 # define MCAST_BLOCK_SOURCE 43
  /external/strace/xlat/
sockipoptions.h 137 #if defined(MCAST_BLOCK_SOURCE) || (defined(HAVE_DECL_MCAST_BLOCK_SOURCE) && HAVE_DECL_MCAST_BLOCK_SOURCE)
138 XLAT(MCAST_BLOCK_SOURCE),
sockipv6options.h 101 #if defined(MCAST_BLOCK_SOURCE) || (defined(HAVE_DECL_MCAST_BLOCK_SOURCE) && HAVE_DECL_MCAST_BLOCK_SOURCE)
102 XLAT(MCAST_BLOCK_SOURCE),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
in.h 48 # define MCAST_BLOCK_SOURCE 43 /* group_source_req: block from given group */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
in.h 48 # define MCAST_BLOCK_SOURCE 43 /* group_source_req: block from given group */
  /bionic/libc/kernel/uapi/linux/
in.h 128 #define MCAST_BLOCK_SOURCE 43
  /external/iproute2/include/uapi/linux/
in.h 149 #define MCAST_BLOCK_SOURCE 43
  /external/kernel-headers/original/uapi/linux/
in.h 149 #define MCAST_BLOCK_SOURCE 43
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 107 #define MCAST_BLOCK_SOURCE 43
  /libcore/ojluni/src/main/native/
Net.c 85 #ifndef MCAST_BLOCK_SOURCE
89 #define MCAST_BLOCK_SOURCE 64
98 #define MCAST_BLOCK_SOURCE 84 /* block a source */
103 #endif /* MCAST_BLOCK_SOURCE */
664 int opt = (block) ? MCAST_BLOCK_SOURCE : MCAST_UNBLOCK_SOURCE;
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 356 MCAST_BLOCK_SOURCE = 84
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 356 MCAST_BLOCK_SOURCE = 84
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 368 #if defined(MCAST_BLOCK_SOURCE)
369 initConstant(env, c, "MCAST_BLOCK_SOURCE", MCAST_BLOCK_SOURCE);
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 346 public static final int MCAST_BLOCK_SOURCE = placeholder();
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 241 milliseconds