Home
last modified time | relevance | path

Searched refs:UV_UDP_IPV6ONLY (Results 1 - 10 of 10) sorted by relevance

/third_party/libuv/test/
H A Dtest-udp-ipv6.c253 do_test(ipv6_recv_fail, UV_UDP_IPV6ONLY); in TEST_IMPL()
/third_party/libuv/src/unix/
H A Dudp.c495 if (flags & ~(UV_UDP_IPV6ONLY | UV_UDP_REUSEADDR | UV_UDP_LINUX_RECVERR)) in uv__udp_bind()
499 if ((flags & UV_UDP_IPV6ONLY) && addr->sa_family != AF_INET6) in uv__udp_bind()
523 if (flags & UV_UDP_IPV6ONLY) { in uv__udp_bind()
/third_party/node/deps/uv/src/unix/
H A Dudp.c541 if (flags & ~(UV_UDP_IPV6ONLY | UV_UDP_REUSEADDR | UV_UDP_LINUX_RECVERR)) in uv__udp_bind()
545 if ((flags & UV_UDP_IPV6ONLY) && addr->sa_family != AF_INET6) in uv__udp_bind()
569 if (flags & UV_UDP_IPV6ONLY) { in uv__udp_bind()
/third_party/libuv/src/win/
H A Dudp.c203 if ((flags & UV_UDP_IPV6ONLY) && addr->sa_family != AF_INET6) { in uv__udp_maybe_bind()
204 /* UV_UDP_IPV6ONLY is supported only for IPV6 sockets */ in uv__udp_maybe_bind()
237 if (addr->sa_family == AF_INET6 && !(flags & UV_UDP_IPV6ONLY)) { in uv__udp_maybe_bind()
/third_party/node/lib/
H A Ddgram.js74 constants: { UV_UDP_IPV6ONLY },
343 flags |= UV_UDP_IPV6ONLY;
/third_party/node/deps/uv/src/win/
H A Dudp.c208 if ((flags & UV_UDP_IPV6ONLY) && addr->sa_family != AF_INET6) { in uv__udp_maybe_bind()
209 /* UV_UDP_IPV6ONLY is supported only for IPV6 sockets */ in uv__udp_maybe_bind()
242 if (addr->sa_family == AF_INET6 && !(flags & UV_UDP_IPV6ONLY)) { in uv__udp_maybe_bind()
/third_party/node/src/
H A Dudp_wrap.cc225 NODE_DEFINE_CONSTANT(constants, UV_UDP_IPV6ONLY); in Initialize()
/third_party/libuv/include/
H A Duv.h655 UV_UDP_IPV6ONLY = 1, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h599 UV_UDP_IPV6ONLY = 1, enumerator
/third_party/node/deps/uv/include/
H A Duv.h611 UV_UDP_IPV6ONLY = 1, enumerator

Completed in 23 milliseconds