Searched refs:sendmsg (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dsendmsg.c43 * sendmsg stub, legacy version
46 sendmsg(int s, const struct msghdr *msg, int flags) function
/xnu-2422.115.4/bsd/man/man2/
H A DMakefile159 sendmsg.2 \
/xnu-2422.115.4/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl147 select sem_wait semop sendmsg sendto sigsuspend stat symlink sync
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h649 * [XSI] Message header for recvmsg and sendmsg calls.
650 * Used value-result for recvmsg, value only for sendmsg.
1091 ssize_t sendmsg(int, const struct msghdr *, int) __DARWIN_ALIAS_C(sendmsg); variable
/xnu-2422.115.4/tools/tests/unit_tests/guarded_fd_tests_11746236_src/
H A Dguarded_test.c306 fprintf(stderr, "sendmsg failed with return value (%d)!\n", ret_val);
453 if ((ret = sendmsg(sockfd, &msg, 0)) < 0) {
454 perror("sendmsg");
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c17 * Test accept, bind, connect, listen, socket, recvmsg, sendmsg, recvfrom, sendto, getpeername, getsockname
188 my_result = sendmsg( my_child_fd, &my_msghdr, 0 );
190 printf( "sendmsg failed with error %d - \"%s\" \n", errno, strerror( errno) );
/xnu-2422.115.4/bsd/kern/
H A Duipc_syscalls.c1223 sendmsg(struct proc *p, struct sendmsg_args *uap, int32_t *retval) function

Completed in 157 milliseconds