Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-char.c654 #define SOCKET_PONG "World" macro
691 g_assert_cmpint(size, ==, sizeof(SOCKET_PONG)); in char_socket_read()
692 g_assert(memcmp(buf, SOCKET_PONG, size) == 0); in char_socket_read()
700 return sizeof(SOCKET_PONG); in char_socket_can_read()
750 const char *response = SOCKET_PONG; in char_socket_ping_pong()
761 qio_channel_write_all(ioc, response, sizeof(SOCKET_PONG), errp); in char_socket_ping_pong()