/third_party/grpc/src/core/lib/iomgr/ |
D | dualstack_socket_posix.cc | 38 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()
|
D | tcp_windows.cc | 70 status = setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (const char*)¶m, in set_dualstack()
|
/third_party/boost/boost/asio/ip/ |
D | v6_only.hpp | 56 #elif defined(IPV6_V6ONLY) 58 IPPROTO_IPV6, IPV6_V6ONLY> v6_only;
|
/third_party/boost/boost/asio/detail/ |
D | old_win_sdk_compat.hpp | 205 #if !defined(IPV6_V6ONLY) 206 # define IPV6_V6ONLY 27 macro
|
/third_party/libuv/src/win/ |
D | winsock.h | 45 #ifndef IPV6_V6ONLY 46 # define IPV6_V6ONLY 27 macro
|
D | tcp.c | 315 #ifdef IPV6_V6ONLY in uv__tcp_try_bind() 326 IPV6_V6ONLY, in uv__tcp_try_bind()
|
/third_party/openssl/crypto/bio/ |
D | b_sock2.c | 246 # 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/ |
D | ns-udpserver.c | 300 #ifdef IPV6_V6ONLY in main() 305 (sock_fd, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(int))) in main()
|
D | ns-tcpserver.c | 234 #ifdef IPV6_V6ONLY in create_listen_socket() 239 IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(int))) in create_listen_socket()
|
/third_party/libcoap/src/ |
D | coap_tcp.c | 87 …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/ |
D | ws2ipdef.h | 115 #define IPV6_V6ONLY 27 macro
|
/third_party/musl/libc-test/src/api/ |
D | netinet_in.c | 64 C(IPV6_V6ONLY) in f()
|
/third_party/libnl/include/linux-private/linux/ |
D | in6.h | 177 #define IPV6_V6ONLY 26 macro
|
/third_party/libuv/src/unix/ |
D | tcp.c | 168 #ifdef IPV6_V6ONLY in uv__tcp_bind() 173 IPV6_V6ONLY, in uv__tcp_bind()
|
D | udp.c | 570 #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/ |
D | socket.py | 861 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/ |
D | socket-server.c | 365 #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()
|
D | ohos_socket-server.c | 385 #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/ |
D | res_msend.c | 94 setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &(int){0}, sizeof 0); in __res_msend_rc()
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | in.h | 336 #define IPV6_V6ONLY 26 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | in.h | 336 #define IPV6_V6ONLY 26 macro
|
/third_party/musl/include/netinet/ |
D | in.h | 336 #define IPV6_V6ONLY 26 macro
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
D | daemon.c | 324 ret = setsockopt(daemon->socket_fd, IPPROTO_IPV6, IPV6_V6ONLY, &option_on, sizeof(option_on)); in SPDYF_start_daemon_va()
|
/third_party/glib/gio/tests/ |
D | socket.c | 139 #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/ |
D | sockets.h | 291 #define IPV6_V6ONLY 27 /* RFC3493: boolean control to restrict AF_INET6 sockets to IPv6 com… macro
|