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 | 100 static void socket_send(int fd, const char *buf, size_t size); 615 static void socket_send(int fd, const char *buf, size_t size) in socket_send() function 624 socket_send(s->fd, buf, strlen(buf)); in qtest_client_socket_send()
|