Searched refs:vsock_stream_connect (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/vsock/ |
H A D | vsock_test.c | 139 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_client_close_client() 174 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_server_close_client() 216 fds[i] = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_multiconn_client() 271 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_msg_peek_client() 914 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_poll_rcvlowat_client() 986 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_inv_buf_client() 1093 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_virtio_skb_merge_client()
|
H A D | util.h | 38 int vsock_stream_connect(unsigned int cid, unsigned int port);
|
H A D | util.c | 123 int vsock_stream_connect(unsigned int cid, unsigned int port) in vsock_stream_connect() function
|
H A D | vsock_diag_test.c | 381 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_connect_client()
|