Lines Matching full:1234
30 .svm_port = 1234, in test_stream_connection_reset()
66 .svm_port = 1234, in test_stream_bind_only_client()
108 .svm_port = 1234, in test_stream_bind_only_server()
134 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_client_close_client()
148 fd = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_stream_client_close_server()
169 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_server_close_client()
190 fd = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_stream_server_close_server()
211 fds[i] = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_multiconn_client()
235 fds[i] = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_stream_multiconn_server()
257 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_msg_peek_client()
271 fd = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_stream_msg_peek_server()
359 " Server: vsock_test --control-port=1234 --mode=server --peer-cid=3\n" in usage()
360 " Client: vsock_test --control-host=192.168.0.1 --control-port=1234 --mode=client --peer-cid=2\n" in usage()