Home
last modified time | relevance | path

Searched refs:peer_cid (Results 1 – 3 of 3) sorted by relevance

/tools/testing/vsock/
Dvsock_test.c33 .svm_cid = opts->peer_cid, in test_stream_connection_reset()
69 .svm_cid = opts->peer_cid, in test_stream_bind_only_client()
136 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_client_close_client()
171 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_server_close_client()
213 fds[i] = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_multiconn_client()
259 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_msg_peek_client()
290 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_msg_bounds_client()
344 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_msg_trunc_client()
514 .peer_cid = VMADDR_CID_ANY, in main()
540 opts.peer_cid = parse_cid(optarg); in main()
[all …]
Dutil.h18 unsigned int peer_cid; member
Dvsock_diag_test.c381 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_connect_client()
519 .peer_cid = VMADDR_CID_ANY, in main()
545 opts.peer_cid = parse_cid(optarg); in main()
567 if (opts.peer_cid == VMADDR_CID_ANY) in main()