Searched refs:IPV6_V6ONLY (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_darwin.h111 /* The IPV6_V6ONLY socket option is not defined on Mac OS X 10.1. */
112 #ifndef IPV6_V6ONLY
113 #define IPV6_V6ONLY 27 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dws2ipdef.h188 #define IPV6_V6ONLY 27 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dws2ipdef.h183 #define IPV6_V6ONLY 27 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h208 #define IPV6_V6ONLY 27 /* RFC3493: boolean control to restrict AF_INET6 sockets to IPv6 communications only. */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/netinet6/
H A Din6.h433 #define IPV6_V6ONLY 27 /* bool; make AF_INET6 sockets v6 only */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c1672 case IPV6_V6ONLY:
1931 case IPV6_V6ONLY:
1933 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_IPV6, IPV6_V6ONLY) = %d\n",
2127 case IPV6_V6ONLY:
2379 case IPV6_V6ONLY:
2385 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_IPV6, IPV6_V6ONLY, ..) -> %d\n",
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c204 /* The IPV6_V6ONLY socket option is not defined on Mac OS X 10.1. */
205 #ifndef IPV6_V6ONLY
206 #define IPV6_V6ONLY 27 macro
1168 /* In Mac OS X v10.3 Panther Beta the IPV6_V6ONLY socket option
1179 if (getsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY,
3488 (void)setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY,

Completed in 88 milliseconds