Lines Matching defs:iovec
68 iovec_t iovec[ISNS_MAX_IOVEC];
90 (void) memset((void *)&iovec[0], 0, sizeof (iovec_t));
91 iovec[0].iov_base = (void *)tmp_pdu_hdr;
92 iovec[0].iov_len = ISNSP_HEADER_SIZE;
96 msg.msg_iov = &iovec[0];
137 (void) memset((void *)&iovec[0], 0, sizeof (iovec_t));
138 iovec[0].iov_base = (void *)tmp_pdu_data;
139 iovec[0].iov_len = payload_len;
143 msg.msg_iov = &iovec[0];
207 iovec_t iovec[ISNS_MAX_IOVEC];
215 msg.msg_iov = &iovec[0];
230 iovec[0].iov_base = (void *)pdu;
231 iovec[0].iov_len = (ISNSP_HEADER_SIZE);
244 iovec[1].iov_base = (void *)payload;
253 iovec[1].iov_len = send_len;