Lines Matching full:connect
50 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_connection_reset()
51 timeout_check("connect"); in test_stream_connection_reset()
56 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_connection_reset()
60 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_connection_reset()
89 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_bind_only_client()
90 timeout_check("connect"); in test_stream_bind_only_client()
95 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_bind_only_client()
99 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_bind_only_client()
145 perror("connect"); in test_stream_client_close_client()
180 perror("connect"); in test_stream_server_close_client()
222 perror("connect"); in test_stream_multiconn_client()
277 perror("connect"); in test_msg_peek_client()
370 perror("connect"); in test_seqpacket_msg_bounds_client()
512 perror("connect"); in test_seqpacket_msg_trunc_client()
582 perror("connect"); in test_seqpacket_timeout_client()
646 perror("connect"); in test_seqpacket_bigmsg_client()
699 perror("connect"); in test_seqpacket_invalid_rec_buffer_client()
846 perror("connect"); in test_stream_poll_rcvlowat_client()
916 perror("connect"); in test_inv_buf_client()
993 perror("connect"); in test_stream_virtio_skb_merge_client()
1115 perror("connect"); in test_stream_shutwr_client()
1158 perror("connect"); in test_stream_shutrd_client()
1268 perror("connect"); in test_unsent_bytes_client()
1332 perror("connect"); in test_stream_rcvlowat_def_cred_upd_client()
1587 .name = "SOCK_STREAM double bind connect",
1673 "connect to.\n" in usage()
1682 " --control-host <host> Server IP address to connect to\n" in usage()
1683 " --control-port <port> Server port to listen on/connect to\n" in usage()