Search | Google it | Results 1 - 3 of 3 for funcall:CMSG_SPACE (0.01 seconds) |
335: 336: clen = CMSG_SPACE(accrightslen); 337: /* it was (almost) this way in 4.4BSD */
1403: 1404: if (CMSG_SPACE(size) > MCLBYTES) { 1405: #if !defined(T2EX) || defined(DEBUG)
810: 811: nfd = m->m_len < CMSG_SPACE(sizeof(int)) ? 0 812: : (m->m_len - CMSG_SPACE(sizeof(int))) / sizeof(int) + 1;