gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:CMSG_SPACE (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/compat/common/uipc_syscalls_43.c - 16.4KB - 597 lines
335: 
336:         clen = CMSG_SPACE(accrightslen);
337:         /* it was (almost) this way in 4.4BSD */
More results from uipc_syscalls_43.c
bsd_source/t2ex/network/net/src_bsd/kern/uipc_socket2.c - 45.7KB - 1,544 lines
1403: 
1404:         if (CMSG_SPACE(size) > MCLBYTES) {
1405: #if !defined(T2EX) || defined(DEBUG)
More results from uipc_socket2.c
bsd_source/t2ex/network/net/src_bsd/kern/uipc_syscalls.c - 40.9KB - 1,442 lines
810: 
811:         nfd = m->m_len < CMSG_SPACE(sizeof(int)) ? 0
812:             : (m->m_len - CMSG_SPACE(sizeof(int))) / sizeof(int) + 1;
More results from uipc_syscalls.c