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()
274 perror("connect"); in test_msg_peek_client()
406 perror("connect"); in test_seqpacket_msg_bounds_client()
553 perror("connect"); in test_seqpacket_msg_trunc_client()
626 perror("connect"); in test_seqpacket_timeout_client()
691 perror("connect"); in test_seqpacket_bigmsg_client()
755 perror("connect"); in test_seqpacket_invalid_rec_buffer_client()
909 perror("connect"); in test_stream_poll_rcvlowat_client()
984 perror("connect"); in test_inv_buf_client()
1088 perror("connect"); in test_stream_virtio_skb_merge_client()
1310 "connect to.\n" in usage()
1316 " --control-host <host> Server IP address to connect to\n" in usage()
1317 " --control-port <port> Server port to listen on/connect to\n" in usage()