Searched refs:recvit (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/kern/ |
| HD | uipc_syscalls.c | 110 static int recvit(struct thread *td, int s, struct msghdr *mp, void *namelenp); 1241 recvit(td, s, mp, namelenp) in recvit() function 1293 error = recvit(td, uap->s, &msg, uap->fromlenaddr); 1332 return (recvit(td, uap->s, &msg, NULL)); 1361 error = recvit(td, uap->s, &msg, &uap->msg->msg_namelen); 1395 error = recvit(td, uap->s, &msg, NULL);
|