Searched refs:iov (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/
H A Dtc.c159 struct iovec iov[5]; local
166 iov[count].iov_base = UNCONST(result);
167 iov[count++].iov_len = strlen(result);
171 iov[count].iov_base = buf;
172 iov[count++].iov_len = snprintf(buf, sizeof(buf), "(%d)", arg);
175 iov[count].iov_base = CS;
176 iov[count++].iov_len = sizeof(CS) - 1;
179 iov[count].iov_base = UNCONST(r);
180 iov[count++].iov_len = strlen(r);
184 iov[coun
[all...]
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c232 WSABUF iov[ISC_SOCKET_MAXSCATTERGATHER]; member in struct:isc_socket
738 WSABUF iov[1]; local
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[iovcoun
959 build_msghdr_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *msg, char *cmsg, WSABUF *iov, IoCompletionInfo *lpo) argument
[all...]
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c1427 * Construct an iov array and attach it to the msghdr passed in. This is
1440 struct msghdr *msg, struct iovec *iov, size_t *write_countp)
1473 iov[0].iov_base = (void *)(dev->region.base + dev->n);
1474 iov[0].iov_len = write_count;
1499 iov[iovcount].iov_base = (void *)(used.base
1501 iov[iovcount].iov_len = used.length - skip_count;
1512 msg->msg_iov = iov;
1650 * Construct an iov array and attach it to the msghdr passed in. This is
1663 struct msghdr *msg, struct iovec *iov, size_t *read_countp)
1712 iov[
1439 build_msghdr_send(isc__socket_t *sock, isc_socketevent_t *dev, struct msghdr *msg, struct iovec *iov, size_t *write_countp) argument
1662 build_msghdr_recv(isc__socket_t *sock, isc_socketevent_t *dev, struct msghdr *msg, struct iovec *iov, size_t *read_countp) argument
1862 struct iovec iov[MAXSCATTERGATHER_RECV]; local
2057 struct iovec iov[MAXSCATTERGATHER_SEND]; local
[all...]

Completed in 682 milliseconds