Home
last modified time | relevance | path

Searched refs:UV_UDP_IPV6ONLY (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Dtest-udp-ipv6.c253 do_test(ipv6_recv_fail, UV_UDP_IPV6ONLY); in TEST_IMPL()
/libuv/src/unix/
H A Dudp.c523 if (flags & ~(UV_UDP_IPV6ONLY | UV_UDP_REUSEADDR | in uv__udp_bind()
528 if ((flags & UV_UDP_IPV6ONLY) && addr->sa_family != AF_INET6) in uv__udp_bind()
558 if (flags & UV_UDP_IPV6ONLY) { in uv__udp_bind()
/libuv/src/win/
H A Dudp.c209 if ((flags & UV_UDP_IPV6ONLY) && addr->sa_family != AF_INET6) { in uv__udp_maybe_bind()
243 if (addr->sa_family == AF_INET6 && !(flags & UV_UDP_IPV6ONLY)) { in uv__udp_maybe_bind()
/libuv/docs/src/
H A Dudp.rst29 UV_UDP_IPV6ONLY = 1,
203 ``UV_UDP_IPV6ONLY``, ``UV_UDP_REUSEADDR``, ``UV_UDP_REUSEPORT``,
/libuv/docs/src/guide/
H A Dnetworking.rst166 restrict the socket to IPv6 only, pass the ``UV_UDP_IPV6ONLY`` flag to
/libuv/include/
H A Duv.h654 UV_UDP_IPV6ONLY = 1, enumerator

Completed in 22 milliseconds