Lines Matching full:connect
46 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_connection_reset()
47 timeout_check("connect"); in test_stream_connection_reset()
52 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_connection_reset()
56 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_connection_reset()
85 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_bind_only_client()
86 timeout_check("connect"); in test_stream_bind_only_client()
91 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_bind_only_client()
95 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_bind_only_client()
141 perror("connect"); in test_stream_client_close_client()
176 perror("connect"); in test_stream_server_close_client()
218 perror("connect"); in test_stream_multiconn_client()
264 perror("connect"); in test_stream_msg_peek_client()
295 perror("connect"); in test_seqpacket_msg_bounds_client()
349 perror("connect"); in test_seqpacket_msg_trunc_client()
422 perror("connect"); in test_seqpacket_timeout_client()
487 perror("connect"); in test_seqpacket_invalid_rec_buffer_client()
641 perror("connect"); in test_stream_poll_rcvlowat_client()
814 "connect to.\n" in usage()
820 " --control-host <host> Server IP address to connect to\n" in usage()
821 " --control-port <port> Server port to listen on/connect to\n" in usage()