Lines Matching defs:recv
345 size_t *recv, struct cred *cr)
356 if (recv != NULL)
357 *recv = 0;
386 if (recv != NULL)
387 *recv = 0;
391 if (recv != NULL)
392 *recv = msglen - auio.uio_resid;
398 struct sockaddr *name, socklen_t *namelen, size_t *recv, struct cred *cr)
409 if (recv != NULL)
410 *recv = 0;
439 if (recv != NULL)
440 *recv = 0;
443 if (recv != NULL)
444 *recv = msglen - auio.uio_resid;
452 ksocket_recvmsg(ksocket_t ks, struct nmsghdr *msg, int flags, size_t *recv,
464 if (recv != NULL)
465 *recv = 0;
496 if (recv != NULL)
497 *recv = 0;
500 if (recv != NULL)
501 *recv = len - auio.uio_resid;