Home
last modified time | relevance | path

Searched refs:IPV6_V6ONLY (Results 1 – 25 of 40) sorted by relevance

12

/third_party/grpc/src/core/lib/iomgr/
Ddualstack_socket_posix.cc38 return 0 == setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &off, sizeof(off)); in grpc_set_socket_dualstack()
42 setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)); in grpc_set_socket_dualstack()
Dtcp_windows.cc70 status = setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (const char*)&param, in set_dualstack()
/third_party/boost/boost/asio/ip/
Dv6_only.hpp56 #elif defined(IPV6_V6ONLY)
58 IPPROTO_IPV6, IPV6_V6ONLY> v6_only;
/third_party/boost/boost/asio/detail/
Dold_win_sdk_compat.hpp205 #if !defined(IPV6_V6ONLY)
206 # define IPV6_V6ONLY 27 macro
/third_party/libuv/src/win/
Dwinsock.h45 #ifndef IPV6_V6ONLY
46 # define IPV6_V6ONLY 27 macro
Dtcp.c315 #ifdef IPV6_V6ONLY in uv__tcp_try_bind()
326 IPV6_V6ONLY, in uv__tcp_try_bind()
/third_party/openssl/crypto/bio/
Db_sock2.c246 # ifdef IPV6_V6ONLY in BIO_listen()
253 if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, in BIO_listen()
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-udpserver.c300 #ifdef IPV6_V6ONLY in main()
305 (sock_fd, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(int))) in main()
Dns-tcpserver.c234 #ifdef IPV6_V6ONLY in create_listen_socket()
239 IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(int))) in create_listen_socket()
/third_party/libcoap/src/
Dcoap_tcp.c87 …if (setsockopt(sock->fd, IPPROTO_IPV6, IPV6_V6ONLY, OPTVAL_T(&off), sizeof(off)) == COAP_SOCKET_ER…
241 …if (setsockopt(sock->fd, IPPROTO_IPV6, IPV6_V6ONLY, OPTVAL_T(&off), sizeof(off)) == COAP_SOCKET_ER…
/third_party/mingw-w64/mingw-w64-headers/include/
Dws2ipdef.h115 #define IPV6_V6ONLY 27 macro
/third_party/musl/libc-test/src/api/
Dnetinet_in.c64 C(IPV6_V6ONLY) in f()
/third_party/libnl/include/linux-private/linux/
Din6.h177 #define IPV6_V6ONLY 26 macro
/third_party/libuv/src/unix/
Dtcp.c168 #ifdef IPV6_V6ONLY in uv__tcp_bind()
173 IPV6_V6ONLY, in uv__tcp_bind()
Dudp.c570 #ifdef IPV6_V6ONLY in uv__udp_bind()
572 if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &yes, sizeof yes) == -1) { in uv__udp_bind()
/third_party/python/Lib/
Dsocket.py861 sock.setsockopt(IPPROTO_IPV6, IPV6_V6ONLY, 0)
916 sock.setsockopt(IPPROTO_IPV6, IPV6_V6ONLY, 0)
919 sock.setsockopt(IPPROTO_IPV6, IPV6_V6ONLY, 1)
/third_party/pulseaudio/src/pulsecore/
Dsocket-server.c365 #ifdef IPV6_V6ONLY in pa_socket_server_new_ipv6()
367 if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, (const void *) &on, sizeof(on)) < 0) in pa_socket_server_new_ipv6()
Dohos_socket-server.c385 #ifdef IPV6_V6ONLY in pa_socket_server_new_ipv6()
387 if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, (const void *) &on, sizeof(on)) < 0) in pa_socket_server_new_ipv6()
/third_party/musl/src/network/
Dres_msend.c94 setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &(int){0}, sizeof 0); in __res_msend_rc()
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h336 #define IPV6_V6ONLY 26 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h336 #define IPV6_V6ONLY 26 macro
/third_party/musl/include/netinet/
Din.h336 #define IPV6_V6ONLY 26 macro
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Ddaemon.c324 ret = setsockopt(daemon->socket_fd, IPPROTO_IPV6, IPV6_V6ONLY, &option_on, sizeof(option_on)); in SPDYF_start_daemon_va()
/third_party/glib/gio/tests/
Dsocket.c139 #if defined (IPPROTO_IPV6) && defined (IPV6_V6ONLY) in create_server_full()
142 g_socket_set_option (data->server, IPPROTO_IPV6, IPV6_V6ONLY, FALSE, NULL); in create_server_full()
1039 #if defined (IPPROTO_IPV6) && defined (IPV6_V6ONLY)
2167 #if defined (IPPROTO_IPV6) && defined (IPV6_V6ONLY) in main()
/third_party/lwip/src/include/lwip/
Dsockets.h291 #define IPV6_V6ONLY 27 /* RFC3493: boolean control to restrict AF_INET6 sockets to IPv6 com… macro

12