Lines Matching full:1234
32 .svm_port = 1234, in test_stream_connection_reset()
68 .svm_port = 1234, in test_stream_bind_only_client()
110 .svm_port = 1234, in test_stream_bind_only_server()
136 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_client_close_client()
150 fd = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_stream_client_close_server()
171 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_server_close_client()
192 fd = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_stream_server_close_server()
213 fds[i] = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_multiconn_client()
237 fds[i] = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_stream_multiconn_server()
259 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_msg_peek_client()
273 fd = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_stream_msg_peek_server()
290 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_msg_bounds_client()
311 fd = vsock_seqpacket_accept(VMADDR_CID_ANY, 1234, NULL); in test_seqpacket_msg_bounds_server()
344 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_msg_trunc_client()
366 fd = vsock_seqpacket_accept(VMADDR_CID_ANY, 1234, NULL); in test_seqpacket_msg_trunc_server()
481 " Server: vsock_test --control-port=1234 --mode=server --peer-cid=3\n" in usage()
482 " Client: vsock_test --control-host=192.168.0.1 --control-port=1234 --mode=client --peer-cid=2\n" in usage()