Home
last modified time | relevance | path

Searched refs:UV_TCP_IPV6ONLY (Results 1 - 11 of 11) sorted by relevance

/third_party/node/lib/internal/cluster/
H A Dround_robin_handle.js33 ipv6Only: Boolean(flags & constants.UV_TCP_IPV6ONLY),
/third_party/libuv/src/unix/
H A Dtcp.c159 if ((flags & UV_TCP_IPV6ONLY) && addr->sa_family != AF_INET6) in uv__tcp_bind()
173 on = (flags & UV_TCP_IPV6ONLY) != 0; in uv__tcp_bind()
/third_party/node/deps/uv/src/unix/
H A Dtcp.c156 if ((flags & UV_TCP_IPV6ONLY) && addr->sa_family != AF_INET6) in uv__tcp_bind()
170 on = (flags & UV_TCP_IPV6ONLY) != 0; in uv__tcp_bind()
/third_party/libuv/test/
H A Dtest-tcp-bind-error.c240 r = uv_tcp_bind(&server, (const struct sockaddr*) &addr, UV_TCP_IPV6ONLY); in TEST_IMPL()
/third_party/node/src/
H A Dtcp_wrap.cc125 NODE_DEFINE_CONSTANT(constants, UV_TCP_IPV6ONLY); in Initialize()
/third_party/libuv/src/win/
H A Dtcp.c293 if ((flags & UV_TCP_IPV6ONLY) && addr->sa_family != AF_INET6) in uv__tcp_try_bind()
312 on = (flags & UV_TCP_IPV6ONLY) != 0; in uv__tcp_try_bind()
/third_party/node/deps/uv/src/win/
H A Dtcp.c303 if ((flags & UV_TCP_IPV6ONLY) && addr->sa_family != AF_INET6) in uv__tcp_try_bind()
322 on = (flags & UV_TCP_IPV6ONLY) != 0; in uv__tcp_try_bind()
/third_party/libuv/include/
H A Duv.h622 UV_TCP_IPV6ONLY = 1 enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h566 UV_TCP_IPV6ONLY = 1 enumerator
/third_party/node/lib/
H A Dnet.js175 return ipv6Only === true ? TCPConstants.UV_TCP_IPV6ONLY : 0;
/third_party/node/deps/uv/include/
H A Duv.h578 UV_TCP_IPV6ONLY = 1 enumerator

Completed in 17 milliseconds