Searched refs:recv_byte (Results 1 – 4 of 4) sorted by relevance
/tools/testing/vsock/ |
D | vsock_test.c | 162 recv_byte(fd, 1, 0); in test_stream_client_close_server() 163 recv_byte(fd, 0, 0); in test_stream_client_close_server() 183 recv_byte(fd, 1, 0); in test_stream_server_close_client() 184 recv_byte(fd, 0, 0); in test_stream_server_close_client() 222 recv_byte(fds[i], 1, 0); in test_stream_multiconn_client() 248 recv_byte(fds[i], 1, 0); in test_stream_multiconn_server() 279 recv_byte(fd, 1, MSG_PEEK); in test_stream_msg_peek_server() 280 recv_byte(fd, 1, 0); in test_stream_msg_peek_server()
|
D | util.h | 46 void recv_byte(int fd, int expected_ret, int flags);
|
D | util.c | 270 void recv_byte(int fd, int expected_ret, int flags) in recv_byte() function
|
/tools/testing/selftests/bpf/prog_tests/ |
D | sk_lookup.c | 299 static int recv_byte(int fd) in recv_byte() function 447 err = recv_byte(client_fd); in tcp_echo_test() 464 err = recv_byte(client_fd); in udp_echo_test() 1146 recv_byte(server_fd); in run_sk_assign_connected()
|