Searched refs:UV_UDP_IPV6ONLY (Results 1 – 6 of 6) sorted by relevance
253 do_test(ipv6_recv_fail, UV_UDP_IPV6ONLY); in TEST_IMPL()
523 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()
209 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()
29 UV_UDP_IPV6ONLY = 1,203 ``UV_UDP_IPV6ONLY``, ``UV_UDP_REUSEADDR``, ``UV_UDP_REUSEPORT``,
166 restrict the socket to IPv6 only, pass the ``UV_UDP_IPV6ONLY`` flag to
654 UV_UDP_IPV6ONLY = 1, enumerator
Completed in 21 milliseconds