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

1 2 3 4 5

  /external/dnsmasq/src/
config.h 197 # ifndef IPV6_V6ONLY
198 # define IPV6_V6ONLY 26
253 #if defined(INET6_ADDRSTRLEN) && defined(IPV6_V6ONLY) && !defined(NO_IPV6)
  /system/core/libcutils/
socket_inaddr_any_server_windows.cpp 55 setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (char*)&v6_only,
  /prebuilts/go/darwin-x86/src/net/
ipsock_posix.go 17 // capabilities which are controlled by the IPV6_V6ONLY socket option
46 // support IPV6_V6ONLY=0. They always return an error
56 syscall.SetsockoptInt(s, syscall.IPPROTO_IPV6, syscall.IPV6_V6ONLY, probes[i].value)
84 // IPV6_V6ONLY=0, wildcard address listen. The dual stack
86 // AF_INET6 and IPV6_V6ONLY=1, wildcard address listen.
102 // and IPV6_V6ONLY=1, wildcard address listen.
106 // designates IPV6_V6ONLY option.
110 // IPV6_V6ONLY socket option setting.
sockopt_linux.go 17 syscall.SetsockoptInt(s, syscall.IPPROTO_IPV6, syscall.IPV6_V6ONLY, boolint(ipv6only))
sockopt_solaris.go 17 syscall.SetsockoptInt(s, syscall.IPPROTO_IPV6, syscall.IPV6_V6ONLY, boolint(ipv6only))
sockopt_bsd.go 32 syscall.SetsockoptInt(s, syscall.IPPROTO_IPV6, syscall.IPV6_V6ONLY, boolint(ipv6only))
sockopt_windows.go 17 syscall.SetsockoptInt(s, syscall.IPPROTO_IPV6, syscall.IPV6_V6ONLY, boolint(ipv6only))
  /prebuilts/go/linux-x86/src/net/
ipsock_posix.go 17 // capabilities which are controlled by the IPV6_V6ONLY socket option
46 // support IPV6_V6ONLY=0. They always return an error
56 syscall.SetsockoptInt(s, syscall.IPPROTO_IPV6, syscall.IPV6_V6ONLY, probes[i].value)
84 // IPV6_V6ONLY=0, wildcard address listen. The dual stack
86 // AF_INET6 and IPV6_V6ONLY=1, wildcard address listen.
102 // and IPV6_V6ONLY=1, wildcard address listen.
106 // designates IPV6_V6ONLY option.
110 // IPV6_V6ONLY socket option setting.
sockopt_linux.go 17 syscall.SetsockoptInt(s, syscall.IPPROTO_IPV6, syscall.IPV6_V6ONLY, boolint(ipv6only))
sockopt_solaris.go 17 syscall.SetsockoptInt(s, syscall.IPPROTO_IPV6, syscall.IPV6_V6ONLY, boolint(ipv6only))
sockopt_bsd.go 32 syscall.SetsockoptInt(s, syscall.IPPROTO_IPV6, syscall.IPV6_V6ONLY, boolint(ipv6only))
sockopt_windows.go 17 syscall.SetsockoptInt(s, syscall.IPPROTO_IPV6, syscall.IPV6_V6ONLY, boolint(ipv6only))
  /external/strace/xlat/
sockipv6options.h 74 #if defined(IPV6_V6ONLY) || (defined(HAVE_DECL_IPV6_V6ONLY) && HAVE_DECL_IPV6_V6ONLY)
75 XLAT(IPV6_V6ONLY),
  /external/linux-kselftest/tools/testing/selftests/net/
reuseaddr_conflict.c 56 if (ipv6 && setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, (void*)&v6only,
58 perror("setsockopt IPV6_V6ONLY");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
in.h 148 #define IPV6_V6ONLY 26
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
in.h 148 #define IPV6_V6ONLY 26
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2ipdef.h 115 #define IPV6_V6ONLY 27
  /bionic/libc/kernel/uapi/linux/
in6.h 132 #define IPV6_V6ONLY 26
  /bionic/tests/headers/posix/
netinet_in_h.c 96 MACRO(IPV6_V6ONLY);
  /external/iproute2/include/uapi/linux/
in6.h 177 #define IPV6_V6ONLY 26
  /external/kernel-headers/original/uapi/linux/
in6.h 177 #define IPV6_V6ONLY 26
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in6.h 165 #define IPV6_V6ONLY 26
  /external/ltp/testcases/network/stress/ns-tools/
ns-udpserver.c 300 #ifdef IPV6_V6ONLY
305 (sock_fd, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(int)))
  /external/python/cpython2/Lib/plat-darwin/
IN.py 307 IPV6_V6ONLY = 27
308 IPV6_BINDV6ONLY = IPV6_V6ONLY
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 307 IPV6_V6ONLY = 27
308 IPV6_BINDV6ONLY = IPV6_V6ONLY

Completed in 87 milliseconds

1 2 3 4 5