Searched refs:cp_size (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_syscalls.c1209 int cp_size = CMSG_ALIGN(cp->cmsg_len); local
1256 if (cp_size > buflen) {
1257 panic("cp_size > buflen, something wrong with alignment!");
1260 if (len >= cp_size) {
1261 tocopy = cp_size;
1277 buflen -= cp_size;
1278 cp = (struct cmsghdr *)(void *)((unsigned char *) cp + cp_size);
1279 cp_size = CMSG_ALIGN(cp->cmsg_len);

Completed in 74 milliseconds