Searched refs:socket_write (Results 1 – 2 of 2) sorted by relevance
79 ssize_t socket_write(const socket_t *socket, const void *buf, size_t count);
139 ssize_t socket_write(const socket_t *socket, const void *buf, size_t count) { in socket_write() function154 return socket_write(socket, buf, count); in socket_write_and_transfer_fd()