/third_party/libuv/src/win/ |
H A D | winsock.h | 45 #ifndef IPV6_V6ONLY 46 # define IPV6_V6ONLY 27 macro
|
/third_party/node/deps/uv/src/win/ |
H A D | winsock.h | 45 #ifndef IPV6_V6ONLY 46 # define IPV6_V6ONLY 27 macro
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_sock2.c | 266 # if defined(IPV6_V6ONLY) && !defined(__OpenBSD__) in BIO_listen() 269 * Note: Windows default of IPV6_V6ONLY is ON, and Linux is OFF. in BIO_listen() 273 if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, in BIO_listen()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_sock2.c | 266 # if defined(IPV6_V6ONLY) && !defined(__OpenBSD__) in BIO_listen() 269 * Note: Windows default of IPV6_V6ONLY is ON, and Linux is OFF. in BIO_listen() 273 if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, in BIO_listen()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-udpserver.c | 300 #ifdef IPV6_V6ONLY in main() 305 (sock_fd, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(int))) in main()
|
H A 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/musl/libc-test/src/functionalext/supplement/network/ |
H A D | nameservercheck_server.c | 58 ret = setsockopt(udp6_socket, IPPROTO_IPV6, IPV6_V6ONLY, &(int){0}, sizeof(int)); in main()
|
/third_party/libcoap/src/ |
H A D | coap_tcp.c | 92 if (setsockopt(sock->fd, IPPROTO_IPV6, IPV6_V6ONLY, OPTVAL_T(&off), 94 coap_log_warn("coap_socket_connect_tcp1: setsockopt IPV6_V6ONLY: %s\n", 252 if (setsockopt(sock->fd, IPPROTO_IPV6, IPV6_V6ONLY, OPTVAL_T(&off), 254 coap_log_alert("coap_socket_bind_tcp: setsockopt IPV6_V6ONLY: %s\n",
|
/third_party/python/Lib/ |
H A D | socket.py | 866 or not hasattr(_socket, 'IPV6_V6ONLY'): 870 sock.setsockopt(IPPROTO_IPV6, IPV6_V6ONLY, 0) 925 sock.setsockopt(IPPROTO_IPV6, IPV6_V6ONLY, 0) 926 elif hasattr(_socket, "IPV6_V6ONLY") and \ 928 sock.setsockopt(IPPROTO_IPV6, IPV6_V6ONLY, 1)
|
/third_party/musl/libc-test/src/api/ |
H A D | netinet_in.c | 64 C(IPV6_V6ONLY) in f()
|
/third_party/libuv/src/unix/ |
H A D | tcp.c | 171 #ifdef IPV6_V6ONLY in uv__tcp_bind() 176 IPV6_V6ONLY, in uv__tcp_bind()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__socket.c | 148 #if defined(IPV6_V6ONLY) && defined(WIN32) 158 (void)setsockopt(sockfd, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&on, sizeof(on)); in set_ipv6_v6only()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tcp.c | 168 #ifdef IPV6_V6ONLY in uv__tcp_bind() 173 IPV6_V6ONLY, in uv__tcp_bind()
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | res_msend.c | 109 setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &(int){0}, sizeof 0); in res_msend_rc_ext()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | ohos_socket-server.c | 416 #ifdef IPV6_V6ONLY in pa_socket_server_new_ipv6() 418 if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, (const void *) &on, sizeof(on)) < 0) in pa_socket_server_new_ipv6() 419 pa_log("setsockopt(IPPROTO_IPV6, IPV6_V6ONLY): %s", pa_cstrerror(errno)); in pa_socket_server_new_ipv6()
|
H A D | socket-server.c | 396 #ifdef IPV6_V6ONLY in pa_socket_server_new_ipv6() 398 if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, (const void *) &on, sizeof(on)) < 0) in pa_socket_server_new_ipv6() 399 pa_log("setsockopt(IPPROTO_IPV6, IPV6_V6ONLY): %s", pa_cstrerror(errno)); in pa_socket_server_new_ipv6()
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 338 #define IPV6_V6ONLY 26 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 336 #define IPV6_V6ONLY 26 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 336 #define IPV6_V6ONLY 26 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 339 #define IPV6_V6ONLY 26 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 336 #define IPV6_V6ONLY 26 macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 338 #define IPV6_V6ONLY 26 macro
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A 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/json/tools/serve_header/ |
H A D | serve_header.py | 332 socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, 0)
|
/third_party/musl/src/network/ |
H A D | res_msend.c | 178 setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &(int){0}, sizeof 0); in res_msend_rc_ext()
|