HomeSort by: relevance | last modified time | path
    Searched defs:IPV6_V6ONLY (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
winsock.h 45 #ifndef IPV6_V6ONLY
46 # define IPV6_V6ONLY 27
  /src/external/bsd/libpcap/dist/
sockutils.c 528 #if defined(IPV6_V6ONLY) || defined(IPV6_BINDV6ONLY)
550 * So we try to disable it, using either the IPV6_V6ONLY
557 #ifndef IPV6_V6ONLY
559 #define IPV6_V6ONLY IPV6_BINDV6ONLY
560 #endif /* IPV6_V6ONLY */
564 if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY,
568 snprintf(errbuf, errbuflen, "setsockopt(IPV6_V6ONLY)");
573 #endif /* defined(IPV6_V6ONLY) || defined(IPV6_BINDV6ONLY) */
  /src/sys/netinet6/
in6.h 406 #define IPV6_V6ONLY 27 /* bool; make AF_INET6 sockets v6 only */

Completed in 27 milliseconds