Searched refs:sendto (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | IP6_EXTHDR_CHECK_61873584.c | 78 T_ASSERT_POSIX_SUCCESS(res = sendto(s, (char *)&packet1, sizeof(packet1), 0, 80 T_ASSERT_POSIX_SUCCESS(res = sendto(s, (char *)&packet2, sizeof(packet2), 0,
|
| H A D | v4mappedv6_recvpktinfo.c | 110 n = sendto(sockfd, buf, n, 0, in listener_thread() 182 sendto(sockfd, "ping", 4, 0, NULL, 0);
|
| H A D | aqm_qdelay_utun.c | 240 sendto(sock_fd, content, sizeof(content), 0, (struct sockaddr *)&dest,
|
| H A D | net_tuntests.c | 955 T_QUIET; T_WITH_ERRNO; T_EXPECT_EQ_LONG((long)sizeof(s), sendto(s, &s, sizeof(s), 0, in send_one_packet()
|
| /xnu-8019.80.24/libsyscall/wrappers/legacy/ |
| H A D | sendto.c | 46 sendto(int s, const void *msg, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) in sendto() function
|
| /xnu-8019.80.24/bsd/man/man2/ |
| H A D | Makefile | 188 sendto.2 \
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | socket.h | 1472 ssize_t sendto(int, const void *, size_t, 1473 int, const struct sockaddr *, socklen_t) __DARWIN_ALIAS_C(sendto);
|
| /xnu-8019.80.24/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 108 …24A7C5C711FF8DA6007669EB /* sendto.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B911FF8D… 531 …5B911FF8DA6007669EB /* sendto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 974 24A7C5B911FF8DA6007669EB /* sendto.c */, 1514 24A7C5C711FF8DA6007669EB /* sendto.c in Sources */,
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_syscalls.c | 1332 sendto(struct proc *p, struct sendto_args *uap, int32_t *retval) in sendto() function
|