Lines Matching full:connect
41 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_connection_reset()
42 timeout_check("connect"); in test_stream_connection_reset()
47 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_connection_reset()
51 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_connection_reset()
80 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_bind_only_client()
81 timeout_check("connect"); in test_stream_bind_only_client()
86 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_bind_only_client()
90 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_bind_only_client()
136 perror("connect"); in test_stream_client_close_client()
171 perror("connect"); in test_stream_server_close_client()
213 perror("connect"); in test_stream_multiconn_client()
259 perror("connect"); in test_stream_msg_peek_client()
369 "connect to.\n" in usage()
375 " --control-host <host> Server IP address to connect to\n" in usage()
376 " --control-port <port> Server port to listen on/connect to\n" in usage()