Lines Matching full:connect
55 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_connection_reset()
56 timeout_check("connect"); in test_stream_connection_reset()
61 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_connection_reset()
65 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_connection_reset()
94 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_bind_only_client()
95 timeout_check("connect"); in test_stream_bind_only_client()
100 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_bind_only_client()
104 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_bind_only_client()
135 perror("connect"); in test_stream_client_close_client()
170 perror("connect"); in test_stream_server_close_client()
212 perror("connect"); in test_stream_multiconn_client()
267 perror("connect"); in test_msg_peek_client()
360 perror("connect"); in test_seqpacket_msg_bounds_client()
498 perror("connect"); in test_seqpacket_msg_trunc_client()
568 perror("connect"); in test_seqpacket_timeout_client()
631 perror("connect"); in test_seqpacket_bigmsg_client()
691 perror("connect"); in test_seqpacket_invalid_rec_buffer_client()
838 perror("connect"); in test_stream_poll_rcvlowat_client()
905 perror("connect"); in test_inv_buf_client()
982 perror("connect"); in test_stream_virtio_skb_merge_client()
1104 perror("connect"); in test_stream_shutwr_client()
1147 perror("connect"); in test_stream_shutrd_client()
1257 perror("connect"); in test_unsent_bytes_client()
1321 perror("connect"); in test_stream_rcvlowat_def_cred_upd_client()
1466 /* The goal of test leak_acceptq is to stress the race between connect() and
1476 * connect() close()
1517 perror("connect"); in test_stream_msgzcopy_leak_errq_client()
1643 perror("connect"); in test_stream_msgzcopy_leak_zcskb_client()
1727 perror("Unexpected connect() #1 success"); in test_stream_transport_uaf_client()
1733 perror("Unexpected connect() #2 success"); in test_stream_transport_uaf_client()
1760 fprintf(stderr, "Unexpected connect() #1 success\n"); in test_stream_connect_retry_client()
1768 perror("connect() #2"); in test_stream_connect_retry_client()
1801 perror("connect"); in test_stream_linger_client()
1933 .name = "SOCK_STREAM double bind connect",
1978 .name = "SOCK_STREAM retry failed connect()",
2054 "connect to.\n" in usage()
2063 " --control-host <host> Server IP address to connect to\n" in usage()
2064 " --control-port <port> Server port to listen on/connect to\n" in usage()