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

/bind-9.11.3/lib/isc/unix/
H A Dnet.c507 struct iovec iovec; local
527 iovec.iov_base = buf;
528 iovec.iov_len = sizeof(buf);
533 msg.msg_iov = &iovec;
605 iovec.iov_base = buf;
606 iovec.iov_len = sizeof(buf);
611 msg.msg_iov = &iovec;
H A Dsocket.c461 * send() and recv() iovec counts
489 struct msghdr *, struct iovec *, size_t *);
491 struct msghdr *, struct iovec *, size_t *);
1440 struct msghdr *msg, struct iovec *iov, size_t *write_countp)
1663 struct msghdr *msg, struct iovec *iov, size_t *read_countp)
1695 /* If needed, steal one iovec for overflow detection. */
1862 struct iovec iov[MAXSCATTERGATHER_RECV];
2057 struct iovec iov[MAXSCATTERGATHER_SEND];
/bind-9.11.3/unit/atf-src/atf-c/
H A Dtc.c159 struct iovec iov[5];

Completed in 2390 milliseconds