uv_tcp_bind6 757 include/uv.h UV_EXTERN int uv_tcp_bind6(uv_tcp_t* handle, struct sockaddr_in6); uv_tcp_bind6 748 src/win/tcp.c err = uv_tcp_bind6(handle, uv_addr_ip6_any_); uv_tcp_bind6 258 test/echo-server.c r = uv_tcp_bind6(&tcpServer, addr6); uv_tcp_bind6 44 test/test-tcp-bind6-error.c r = uv_tcp_bind6(&server1, addr); uv_tcp_bind6 49 test/test-tcp-bind6-error.c r = uv_tcp_bind6(&server2, addr); uv_tcp_bind6 76 test/test-tcp-bind6-error.c r = uv_tcp_bind6(&server, addr); uv_tcp_bind6 100 test/test-tcp-bind6-error.c r = uv_tcp_bind6(&server, *garbage_addr); uv_tcp_bind6 123 test/test-tcp-bind6-error.c r = uv_tcp_bind6(&server, addr1); uv_tcp_bind6 125 test/test-tcp-bind6-error.c r = uv_tcp_bind6(&server, addr2); uv_tcp_bind6 147 test/test-tcp-bind6-error.c r = uv_tcp_bind6(&server, addr);