Lines Matching refs:iov_len
135 if (iov->iov_len > 0) {
136 VERIFY(iov->iov_len < UINT16_MAX);
145 u16 = (u_int16_t) iov->iov_len;
150 if (&oldp[iov->iov_len] < fin) {
151 bcopy(iov->iov_base, oldp, iov->iov_len);
153 oldp += iov->iov_len;
203 iov->iov_len = u16;
205 if (iov->iov_len > IN6_CGA_KEY_MAXSIZE) {
213 newp += iov->iov_len;
218 iov->iov_len = u16;
220 if (iov->iov_len > IN6_CGA_KEY_MAXSIZE) {
228 newp += iov->iov_len;