Searched refs:recvit (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_syscalls.c | 157 static int recvit(proc_ref_t, int, user_msghdr_ref_t, uio_t, user_addr_t, 2185 recvit(proc_ref_t p, int s, user_msghdr_ref_t mp, uio_t uiop, in recvit() function 2327 error = recvit(p, uap->s, &msg, auio, uap->fromlenaddr, retval); in recvfrom_nocancel() 2447 error = recvit(p, uap->s, &user_msg, auio, 0, retval); in recvmsg_nocancel()
|