Search | Google it | Results 1 - 1 of 1 for funcall:CMSG_SPACE from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_socket2.c (0.00 seconds) |
1403: 1404: if (CMSG_SPACE(size) > MCLBYTES) { 1405: #if !defined(T2EX) || defined(DEBUG) 1412: return ((struct mbuf *) NULL); 1413: if (CMSG_SPACE(size) > MLEN) { 1414: MCLGET(m, M_DONTWAIT); 1421: memcpy(CMSG_DATA(cp), p, size); 1422: m->m_len = CMSG_SPACE(size); 1423: cp->cmsg_len = CMSG_LEN(size);