Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_syscalls.c2752 socklen_t alloc_buflen = buflen; in sockargs() local
2771 alloc_buflen = ((buflen - sizeof(struct cmsghdr)) * 2) + in sockargs()
2775 if (alloc_buflen > MLEN) { in sockargs()
2776 if (type == MT_SONAME && alloc_buflen <= 112) { in sockargs()
2777 alloc_buflen = MLEN; /* unix domain compat. hack */ in sockargs()
2778 } else if (alloc_buflen > MCLBYTES) { in sockargs()
2786 if (alloc_buflen > MLEN) { in sockargs()