Home
last modified time | relevance | path

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

123

/third_party/libuv/src/win/
H A Dwinsock.h45 #ifndef IPV6_V6ONLY
46 # define IPV6_V6ONLY 27 macro
/third_party/node/deps/uv/src/win/
H A Dwinsock.h45 #ifndef IPV6_V6ONLY
46 # define IPV6_V6ONLY 27 macro
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock2.c266 # 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 Dbio_sock2.c266 # 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 Dns-udpserver.c300 #ifdef IPV6_V6ONLY in main()
305 (sock_fd, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(int))) in main()
H A Dns-tcpserver.c234 #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 Dnameservercheck_server.c58 ret = setsockopt(udp6_socket, IPPROTO_IPV6, IPV6_V6ONLY, &(int){0}, sizeof(int)); in main()
/third_party/libcoap/src/
H A Dcoap_tcp.c92 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 Dsocket.py866 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 Dnetinet_in.c64 C(IPV6_V6ONLY) in f()
/third_party/libuv/src/unix/
H A Dtcp.c171 #ifdef IPV6_V6ONLY in uv__tcp_bind()
176 IPV6_V6ONLY, in uv__tcp_bind()
/third_party/node/deps/cares/src/lib/
H A Dares__socket.c148 #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 Dtcp.c168 #ifdef IPV6_V6ONLY in uv__tcp_bind()
173 IPV6_V6ONLY, in uv__tcp_bind()
/third_party/musl/porting/linux/user/src/network/
H A Dres_msend.c109 setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &(int){0}, sizeof 0); in res_msend_rc_ext()
/third_party/pulseaudio/src/pulsecore/
H A Dohos_socket-server.c416 #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 Dsocket-server.c396 #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 Din.h338 #define IPV6_V6ONLY 26 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h336 #define IPV6_V6ONLY 26 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h336 #define IPV6_V6ONLY 26 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h339 #define IPV6_V6ONLY 26 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h336 #define IPV6_V6ONLY 26 macro
/third_party/musl/include/netinet/
H A Din.h338 #define IPV6_V6ONLY 26 macro
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Ddaemon.c324 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 Dserve_header.py332 socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, 0)
/third_party/musl/src/network/
H A Dres_msend.c178 setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &(int){0}, sizeof 0); in res_msend_rc_ext()

Completed in 33 milliseconds

123