HomeSort by relevance Sort by last modified time
    Searched refs:IP_MULTICAST_ALL (Results 1 - 25 of 28) sorted by null

1 2

  /external/strace/xlat/
sockipoptions.h 155 #if defined(IP_MULTICAST_ALL) || (defined(HAVE_DECL_IP_MULTICAST_ALL) && HAVE_DECL_IP_MULTICAST_ALL)
156 XLAT(IP_MULTICAST_ALL),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
in.h 73 #define IP_MULTICAST_ALL 49 /* bool */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
in.h 73 #define IP_MULTICAST_ALL 49 /* bool */
  /libcore/ojluni/src/main/java/java/net/
PlainDatagramSocketImpl.java 40 import static android.system.OsConstants.IP_MULTICAST_ALL;
201 Libcore.os.setsockoptInt(fd, IPPROTO_IP, IP_MULTICAST_ALL, 0);
  /bionic/libc/kernel/uapi/linux/
in.h 134 #define IP_MULTICAST_ALL 49
  /external/iproute2/include/uapi/linux/
in.h 155 #define IP_MULTICAST_ALL 49
  /external/kernel-headers/original/uapi/linux/
in.h 155 #define IP_MULTICAST_ALL 49
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 113 #define IP_MULTICAST_ALL 49
  /libcore/ojluni/src/main/native/
Net.c 49 * IP_MULTICAST_ALL supported since 2.6.31 but may not be available at
53 #ifndef IP_MULTICAST_ALL
54 #define IP_MULTICAST_ALL 49
280 if ((setsockopt(fd, level, IP_MULTICAST_ALL, (char*)&arg, sizeof(arg)) < 0) &&
284 "Unable to set IP_MULTICAST_ALL");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketTest.java 41 import static android.system.OsConstants.IP_MULTICAST_ALL;
109 IPPROTO_IP, IP_MULTICAST_ALL) == 1;
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 330 /** @hide */ public static final int IP_MULTICAST_ALL = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 342 initConstant(env, c, "IP_MULTICAST_ALL", IP_MULTICAST_ALL);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_arm64.go 597 IP_MULTICAST_ALL = 0x31
    [all...]
zerrors_linux_mips.go 578 IP_MULTICAST_ALL = 0x31
    [all...]
zerrors_linux_mips64.go 591 IP_MULTICAST_ALL = 0x31
    [all...]
zerrors_linux_mips64le.go 591 IP_MULTICAST_ALL = 0x31
    [all...]
zerrors_linux_mipsle.go 578 IP_MULTICAST_ALL = 0x31
    [all...]
zerrors_linux_ppc64.go 595 IP_MULTICAST_ALL = 0x31
    [all...]
zerrors_linux_ppc64le.go 597 IP_MULTICAST_ALL = 0x31
    [all...]
zerrors_linux_s390x.go 590 IP_MULTICAST_ALL = 0x31
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm64.go 597 IP_MULTICAST_ALL = 0x31
    [all...]
zerrors_linux_mips.go 578 IP_MULTICAST_ALL = 0x31
    [all...]
zerrors_linux_mips64.go 591 IP_MULTICAST_ALL = 0x31
    [all...]
zerrors_linux_mips64le.go 591 IP_MULTICAST_ALL = 0x31
    [all...]
zerrors_linux_mipsle.go 578 IP_MULTICAST_ALL = 0x31
    [all...]

Completed in 631 milliseconds

1 2