Searched refs:calc_iov_length (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dnet-android.c567 static ssize_t calc_iov_length(const struct iovec *iov, int iovcnt) function
593 ret = calc_iov_length(iov, iovcnt);
619 max_len = calc_iov_length(iov, iovcnt);
646 return calc_iov_length(iov, iovcnt);
H A Dnet.c534 static ssize_t calc_iov_length(const struct iovec *iov, int iovcnt) function
560 ret = calc_iov_length(iov, iovcnt);
586 max_len = calc_iov_length(iov, iovcnt);
613 return calc_iov_length(iov, iovcnt);

Completed in 74 milliseconds