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

1 2 3 4

  /external/strace/xlat/
sockipv6options.h 53 #if defined(IPV6_MULTICAST_LOOP) || (defined(HAVE_DECL_IPV6_MULTICAST_LOOP) && HAVE_DECL_IPV6_MULTICAST_LOOP)
54 XLAT(IPV6_MULTICAST_LOOP),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
in.h 141 #define IPV6_MULTICAST_LOOP 19
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
in.h 141 #define IPV6_MULTICAST_LOOP 19
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2ipdef.h 103 #define IPV6_MULTICAST_LOOP 11
  /bionic/libc/kernel/uapi/linux/
in6.h 125 #define IPV6_MULTICAST_LOOP 19
  /bionic/tests/headers/posix/
netinet_in_h.c 94 MACRO(IPV6_MULTICAST_LOOP);
  /external/iproute2/include/uapi/linux/
in6.h 170 #define IPV6_MULTICAST_LOOP 19
  /external/kernel-headers/original/uapi/linux/
in6.h 170 #define IPV6_MULTICAST_LOOP 19
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in6.h 158 #define IPV6_MULTICAST_LOOP 19
  /prebuilts/go/darwin-x86/src/net/
sockoptip_posix.go 35 err := fd.pfd.SetsockoptInt(syscall.IPPROTO_IPV6, syscall.IPV6_MULTICAST_LOOP, boolint(v))
  /prebuilts/go/linux-x86/src/net/
sockoptip_posix.go 35 err := fd.pfd.SetsockoptInt(syscall.IPPROTO_IPV6, syscall.IPV6_MULTICAST_LOOP, boolint(v))
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_types.hpp 130 # define ASIO_OS_DEF_IPV6_MULTICAST_LOOP IPV6_MULTICAST_LOOP
  /external/python/cpython2/Lib/plat-darwin/
IN.py 294 IPV6_MULTICAST_LOOP = 11
  /external/python/cpython2/Lib/plat-freebsd4/
IN.py 298 IPV6_MULTICAST_LOOP = 11
  /external/python/cpython2/Lib/plat-freebsd5/
IN.py 298 IPV6_MULTICAST_LOOP = 11
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 294 IPV6_MULTICAST_LOOP = 11
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 294 IPV6_MULTICAST_LOOP = 11
  /external/python/cpython2/Lib/plat-irix6/
IN.py 367 IPV6_MULTICAST_LOOP = IP_MULTICAST_LOOP
  /frameworks/base/core/jni/
android_net_NetUtils.cpp 246 if (setsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, &off, len) != 0) {
248 "setsockopt(IPV6_MULTICAST_LOOP): %s", strerror(errno));
  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 415 #define IPV6_MULTICAST_LOOP 11 /* u_int; set/get IP6 multicast loopback */
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 457 IPV6_MULTICAST_LOOP = 11
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 476 IPV6_MULTICAST_LOOP = 11
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 476 IPV6_MULTICAST_LOOP = 11
  /external/python/cpython2/Lib/plat-linux2/
IN.py 525 IPV6_MULTICAST_LOOP = 19
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 525 IPV6_MULTICAST_LOOP = 19

Completed in 985 milliseconds

1 2 3 4