Home
last modified time | relevance | path

Searched refs:IPV6_V6ONLY (Results 1 – 5 of 5) sorted by relevance

/libuv/src/win/
H A Dwinsock.h45 #ifndef IPV6_V6ONLY
46 # define IPV6_V6ONLY 27 macro
H A Dtcp.c320 #ifdef IPV6_V6ONLY in uv__tcp_try_bind()
331 IPV6_V6ONLY, in uv__tcp_try_bind()
H A Dudp.c252 IPV6_V6ONLY, in uv__udp_maybe_bind()
/libuv/src/unix/
H A Dtcp.c177 #ifdef IPV6_V6ONLY in uv__tcp_bind()
182 IPV6_V6ONLY, in uv__tcp_bind()
H A Dudp.c546 #ifdef IPV6_V6ONLY in uv__udp_bind()
548 if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &yes, sizeof yes) == -1) { in uv__udp_bind()

Completed in 31 milliseconds