HomeSort by relevance Sort by last modified time
    Searched refs:iov_send_recv (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/qemu/
iov.h 66 * r = iov_send_recv(sockfd, iov, iovcnt, offset, bytes, true);
75 * For iov_send_recv() _whole_ area being sent or received
78 ssize_t iov_send_recv(int sockfd, struct iovec *iov, unsigned iov_cnt,
81 iov_send_recv(sockfd, iov, iov_cnt, offset, bytes, false)
83 iov_send_recv(sockfd, iov, iov_cnt, offset, bytes, true)
  /external/qemu/util/
iov.c 98 /* helper function for iov_send_recv() */
143 ssize_t iov_send_recv(int sockfd, struct iovec *iov, unsigned iov_cnt, function

Completed in 1597 milliseconds