Lines Matching refs:iov_len
137 if (iov->iov_len > 0) {
138 VERIFY(iov->iov_len < UINT16_MAX);
147 u16 = (u_int16_t) iov->iov_len;
152 if (&oldp[iov->iov_len] < fin) {
153 bcopy(iov->iov_base, oldp, iov->iov_len);
155 oldp += iov->iov_len;
205 iov->iov_len = u16;
207 if (iov->iov_len > IN6_CGA_KEY_MAXSIZE) {
215 newp += iov->iov_len;
220 iov->iov_len = u16;
222 if (iov->iov_len > IN6_CGA_KEY_MAXSIZE) {
230 newp += iov->iov_len;