Lines Matching full:connect
43 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_connection_reset()
44 timeout_check("connect"); in test_stream_connection_reset()
49 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_connection_reset()
53 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_connection_reset()
82 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_bind_only_client()
83 timeout_check("connect"); in test_stream_bind_only_client()
88 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_bind_only_client()
92 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_bind_only_client()
138 perror("connect"); in test_stream_client_close_client()
173 perror("connect"); in test_stream_server_close_client()
215 perror("connect"); in test_stream_multiconn_client()
261 perror("connect"); in test_stream_msg_peek_client()
292 perror("connect"); in test_seqpacket_msg_bounds_client()
346 perror("connect"); in test_seqpacket_msg_trunc_client()
491 "connect to.\n" in usage()
497 " --control-host <host> Server IP address to connect to\n" in usage()
498 " --control-port <port> Server port to listen on/connect to\n" in usage()