Home
last modified time | relevance | path

Searched refs:alloc_buflen (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/kern/
H A Duipc_syscalls.c3274 socklen_t alloc_buflen = buflen; in sockargs() local
3293 alloc_buflen = ((buflen - sizeof(struct cmsghdr)) * 2) + in sockargs()
3297 if (alloc_buflen > MLEN) { in sockargs()
3298 if (type == MT_SONAME && alloc_buflen <= 112) { in sockargs()
3299 alloc_buflen = MLEN; /* unix domain compat. hack */ in sockargs()
3300 } else if (alloc_buflen > MCLBYTES) { in sockargs()
3308 if (alloc_buflen > MLEN) { in sockargs()