Searched refs:IPV6_V6ONLY (Results 1 – 5 of 5) sorted by relevance
45 #ifndef IPV6_V6ONLY46 # define IPV6_V6ONLY 27 macro
320 #ifdef IPV6_V6ONLY in uv__tcp_try_bind()331 IPV6_V6ONLY, in uv__tcp_try_bind()
252 IPV6_V6ONLY, in uv__udp_maybe_bind()
177 #ifdef IPV6_V6ONLY in uv__tcp_bind()182 IPV6_V6ONLY, in uv__tcp_bind()
400 #ifdef IPV6_V6ONLY in uv__udp_bind()402 if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &yes, sizeof yes) == -1) { in uv__udp_bind()
Completed in 15 milliseconds