Lines Matching defs:iov
232 WSABUF iov[ISC_SOCKET_MAXSCATTERGATHER];
719 WSABUF iov[1];
747 iov[0].len = sock->recvbuf.len;
748 iov[0].buf = sock->recvbuf.base;
762 Result = WSARecvFrom((SOCKET)sock->fd, iov, 1,
931 * Construct an iov array and attach it to the msghdr passed in. This is
941 struct msghdr *msg, char *cmsg, WSABUF *iov,
978 iov[0].buf = cpbuffer->buf;
979 iov[0].len = write_count;
1017 iov[iovcount].buf = cpbuffer->buf;
1018 iov[iovcount].len = used.length - skip_count;
1029 msg->msg_iov = iov;
1389 build_msghdr_send(sock, dev, msghdr, cmsg, sock->iov, lpo);