Lines Matching refs:iov_len
42 { .iov_base = (uint8_t[]){ ql>>8, ql }, .iov_len = 2 },
43 { .iov_base = (void *)q, .iov_len = ql } }
78 while (mh->msg_iovlen && n >= mh->msg_iov->iov_len) {
79 n -= mh->msg_iov->iov_len;
85 mh->msg_iov->iov_len -= n;
255 .iov_len = asize }
360 { .iov_base = (uint8_t[]){ qlens[i]>>8, qlens[i] }, .iov_len = 2 },
361 { .iov_base = (void *)queries[i], .iov_len = qlens[i] } }
375 { .iov_base = alen_buf[i], .iov_len = 2 },
376 { .iov_base = answers[i], .iov_len = asize } }