Lines Matching refs:iov
232 WSABUF iov[ISC_SOCKET_MAXSCATTERGATHER];
738 WSABUF iov[1];
766 iov[0].len = sock->recvbuf.len;
767 iov[0].buf = sock->recvbuf.base;
781 Result = WSARecvFrom((SOCKET)sock->fd, iov, 1,
950 * Construct an iov array and attach it to the msghdr passed in. This is
960 struct msghdr *msg, char *cmsg, WSABUF *iov,
998 iov[0].buf = cpbuffer->buf;
999 iov[0].len = (u_long)write_count;
1037 iov[iovcount].buf = cpbuffer->buf;
1038 iov[iovcount].len = (u_long)(used.length - skip_count);
1049 msg->msg_iov = iov;
1393 build_msghdr_send(sock, dev, mh, cmsg, sock->iov, lpo);