Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_syscalls.c155 static int recvit(proc_ref_t, int, user_msghdr_ref_t, uio_t, user_addr_t,
2180 recvit(proc_ref_t p, int s, user_msghdr_ref_t mp, uio_t uiop, in recvit() function
2322 error = recvit(p, uap->s, &msg, auio, uap->fromlenaddr, retval); in recvfrom_nocancel()
2442 error = recvit(p, uap->s, &user_msg, auio, 0, retval); in recvmsg_nocancel()