Lines Matching full:connect
48 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_connection_reset()
49 timeout_check("connect"); in test_stream_connection_reset()
54 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_connection_reset()
58 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_connection_reset()
87 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_bind_only_client()
88 timeout_check("connect"); in test_stream_bind_only_client()
93 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_bind_only_client()
97 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_bind_only_client()
143 perror("connect"); in test_stream_client_close_client()
178 perror("connect"); in test_stream_server_close_client()
220 perror("connect"); in test_stream_multiconn_client()
275 perror("connect"); in test_msg_peek_client()
368 perror("connect"); in test_seqpacket_msg_bounds_client()
510 perror("connect"); in test_seqpacket_msg_trunc_client()
580 perror("connect"); in test_seqpacket_timeout_client()
644 perror("connect"); in test_seqpacket_bigmsg_client()
697 perror("connect"); in test_seqpacket_invalid_rec_buffer_client()
844 perror("connect"); in test_stream_poll_rcvlowat_client()
914 perror("connect"); in test_inv_buf_client()
991 perror("connect"); in test_stream_virtio_skb_merge_client()
1113 perror("connect"); in test_stream_shutwr_client()
1156 perror("connect"); in test_stream_shutrd_client()
1251 perror("connect"); in test_stream_rcvlowat_def_cred_upd_client()
1506 .name = "SOCK_STREAM double bind connect",
1577 "connect to.\n" in usage()
1583 " --control-host <host> Server IP address to connect to\n" in usage()
1584 " --control-port <port> Server port to listen on/connect to\n" in usage()