Home | History | Annotate | Download | only in netbsd32

Lines Matching defs:cidx

388 	size_t clen, cidx = 0, cspace;
416 if (__predict_false(cidx + cspace > clen)) {
420 nclen = cidx + cspace;
431 if (cidx <= MLEN) {
433 memcpy(nc, control, cidx);
434 memset(nc + cidx, 0, nclen - cidx);
443 cmsg = (void *)&control[cidx];
456 cidx += CMSG_ALIGN(cmsg->cmsg_len);
460 if (cidx > MLEN) {
465 mp->msg_controllen = ctl_mbuf->m_len = CMSG_ALIGN(cidx);