Searched refs:socket_send (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | libqmp.c | 38 static void socket_send(int fd, const char *buf, size_t size) in socket_send() function 172 socket_send(fd, str->str, str->len); in _qmp_fd_vsend_fds() 229 socket_send(fd, str, strlen(str)); in qmp_fd_vsend_raw()
|
| H A D | libqtest.c | 104 static void socket_send(int fd, const char *buf, size_t size); 695 static void socket_send(int fd, const char *buf, size_t size) in qtest_client_socket_recv_line() 704 socket_send(s->fd, buf, strlen(buf)); in qtest_client_socket_recv_line() 667 static void socket_send(int fd, const char *buf, size_t size) socket_send() function
|