Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c290 static const char socket_msg[] = "hello socket\n"; variable
317 send(client_fd, socket_msg, sizeof(socket_msg), 0); in test_socket()
325 if (ret != sizeof(socket_msg)) in test_socket()
327 if (memcmp(buf, socket_msg, sizeof(socket_msg)) != 0) in test_socket()