Searched refs:recvfrom (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.1.13/libsyscall/wrappers/legacy/ |
| H A D | recvfrom.c | 45 recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr * __restrict from, socklen_t * __… in recvfrom() function
|
| /xnu-10002.1.13/bsd/man/man2/ |
| H A D | Makefile | 169 recvfrom.2 \
|
| /xnu-10002.1.13/tests/ |
| H A D | v4mappedv6_recvpktinfo.c | 93 n = recvfrom(sockfd, buf, 5, 0, in listener_thread()
|
| H A D | inet_transfer.c | 489 n = recvfrom(recv_fd, rbuf, sizeof(rbuf), 0, in send_receive()
|
| /xnu-10002.1.13/bsd/sys/ |
| H A D | socket.h | 1510 ssize_t recvfrom(int, void *, size_t, int, struct sockaddr * __restrict, 1511 socklen_t * __restrict) __DARWIN_ALIAS_C(recvfrom);
|
| /xnu-10002.1.13/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 105 …24A7C5C411FF8DA6007669EB /* recvfrom.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B611FF… 534 …611FF8DA6007669EB /* recvfrom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 986 24A7C5B611FF8DA6007669EB /* recvfrom.c */, 1550 24A7C5C411FF8DA6007669EB /* recvfrom.c in Sources */,
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | uipc_syscalls.c | 2494 recvfrom(proc_ref_t p, struct recvfrom_args *uap, int32_ref_t retval) in recvfrom() function
|