Searched refs:recvit (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/kern/ |
| D | uipc_syscalls.c | 107 static int recvit(struct thread *td, int s, struct msghdr *mp, void *namelenp); 1149 recvit(td, s, mp, namelenp) in recvit() function 1201 error = recvit(td, uap->s, &msg, uap->fromlenaddr); 1241 error = recvit(td, uap->s, &msg, NULL); 1271 error = recvit(td, uap->s, &msg, &uap->msg->msg_namelen); 1305 error = recvit(td, uap->s, &msg, NULL);
|