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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtc.c163 struct iovec iov[5]; local
170 iov[count].iov_base = UNCONST(result);
171 iov[count++].iov_len = strlen(result);
175 iov[count].iov_base = buf;
176 iov[count++].iov_len = snprintf(buf, sizeof(buf), "(%d)", arg);
179 iov[count].iov_base = CS;
180 iov[count++].iov_len = sizeof(CS) - 1;
183 iov[count].iov_base = UNCONST(r);
184 iov[count++].iov_len = strlen(r);
188 iov[coun
[all...]
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c1123 * Construct an iov array and attach it to the msghdr passed in. This is
1136 struct msghdr *msg, struct iovec *iov, size_t *write_countp)
1163 iov[0].iov_base = (void *)(dev->region.base + dev->n);
1164 iov[0].iov_len = write_count;
1189 iov[iovcount].iov_base = (void *)(used.base
1191 iov[iovcount].iov_len = used.length - skip_count;
1202 msg->msg_iov = iov;
1261 * Construct an iov array and attach it to the msghdr passed in. This is
1274 struct msghdr *msg, struct iovec *iov, size_t *read_countp)
1323 iov[
1135 build_msghdr_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *msg, struct iovec *iov, size_t *write_countp) argument
1273 build_msghdr_recv(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *msg, struct iovec *iov, size_t *read_countp) argument
1473 struct iovec iov[MAXSCATTERGATHER_RECV]; local
1662 struct iovec iov[MAXSCATTERGATHER_SEND]; local
[all...]
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c232 WSABUF iov[ISC_SOCKET_MAXSCATTERGATHER]; member in struct:isc_socket
719 WSABUF iov[1]; local
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[iovcoun
940 build_msghdr_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *msg, char *cmsg, WSABUF *iov, IoCompletionInfo *lpo) argument
[all...]

Completed in 21 milliseconds