| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | sendmsg.sh | 39 sed '1,/^EOF/d' < $odir/$0 > $dir/sendmsg.c 40 mycc -o sendmsg -Wall -Wextra -O0 -g sendmsg.c || exit 1 41 rm -f sendmsg.c 47 /tmp/sendmsg 2>/dev/null 52 rm -f /tmp/sendmsg sendmsg.core 55 while pgrep -q sendmsg; do 56 pkill -9 sendmsg 174 if (sendmsg(pair[0], &msg, flag) < 0)
|
| H A D | datagram2.sh | 90 len = sendmsg(sockfd, &mh, 0);
|
| H A D | overflow3.sh | 79 if (sendmsg(sv[0], &hdr, 0) != 1)
|
| H A D | datagram3.sh | 91 len = sendmsg(sockfd, &mh, 0);
|
| H A D | socketpair.sh | 84 return sendmsg(unix_fd, &msgh, 0);
|
| H A D | sendmsg2.sh | 91 ret = sendmsg(sv[0], &msg, 0);
|
| /freebsd-14.2/lib/libc/sys/ |
| H A D | sendmsg.c | 39 #pragma weak sendmsg macro 41 sendmsg(int s, const struct msghdr *msg, int flags) in sendmsg() function
|
| H A D | interposing_table.c | 56 SLOT(sendmsg, __sys_sendmsg),
|
| /freebsd-14.2/tests/sys/kern/ |
| H A D | unix_passfd_test.c | 179 return (sendmsg(sockfd, &msghdr, 0)); in sendfd_payload() 467 ATF_REQUIRE(sendmsg(fd[0], &msghdr, 0) == -1); in ATF_TC_BODY() 473 ATF_REQUIRE(sendmsg(fd[0], &msghdr, 0) == 1); in ATF_TC_BODY() 486 ATF_REQUIRE(sendmsg(fd[0], &msghdr, 0) == 1); in ATF_TC_BODY() 693 len = sendmsg(sockfd, &msghdr, 0); in send_cmsg() 894 len = sendmsg(fd[0], &msghdr, 0); in ATF_TC_BODY() 910 len = sendmsg(fd[0], &msghdr, 0); in ATF_TC_BODY() 936 len = sendmsg(fd[0], &msghdr, 0); in ATF_TC_BODY()
|
| /freebsd-14.2/contrib/wpa/src/crypto/ |
| H A D | crypto_linux.c | 473 ret = sendmsg(skcipher->t, &msg, 0); in linux_af_alg_skcipher_oper() 575 ret = sendmsg(skcipher->t, &msg, 0); in rc4_skip() 648 ret = sendmsg(skcipher->t, &msg, 0); in des_encrypt() 717 ret = sendmsg(skcipher->t, &msg, 0); in aes_128_cbc_oper() 826 ret = sendmsg(skcipher->t, &msg, 0); in aes_unwrap() 915 ret = sendmsg(ctx->skcipher->t, &msg, 0); in crypto_cipher_init() 954 ret = sendmsg(ctx->skcipher->t, &msg, 0); in crypto_cipher_oper()
|
| /freebsd-14.2/cddl/usr.sbin/dwatch/libexec/ |
| H A D | sendrecv | 19 syscall::sendmsg:entry, \ 23 syscall::sendmsg:entry, \ 188 syscall::sendmsg:entry /* probe ID $(( $ID + 5 )) */
|
| /freebsd-14.2/contrib/ofed/librdmacm/ |
| H A D | librspreload.map | 25 sendmsg;
|
| H A D | preload.c | 75 ssize_t (*sendmsg)(int socket, const struct msghdr *msg, int flags); member 398 real.sendmsg = dlsym(RTLD_NEXT, "sendmsg"); in init_preload() 425 rs.sendmsg = dlsym(RTLD_DEFAULT, "rsendmsg"); in init_preload() 842 ssize_t sendmsg(int socket, const struct msghdr *msg, int flags) in sendmsg() function 846 rsendmsg(fd, msg, flags) : real.sendmsg(fd, msg, flags); in sendmsg()
|
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | sendmsg.c | 41 sendmsg(rk_socket_t s, const struct msghdr *msg, int flags) in sendmsg() function
|
| /freebsd-14.2/crypto/openssl/include/internal/ |
| H A D | ktls.h | 113 return sendmsg(fd, &msg, 0); in ktls_send_ctrl_message() 330 return sendmsg(fd, &msg, 0); in ktls_send_ctrl_message()
|
| /freebsd-14.2/contrib/wpa/src/l2_packet/ |
| H A D | l2_packet_privsep.c | 46 if (sendmsg(l2->fd, &msg, 0) < 0) { in wpa_priv_cmd() 84 if (sendmsg(l2->fd, &msg, 0) < 0) { in l2_packet_send()
|
| /freebsd-14.2/tools/regression/sockets/unix_cmsg/ |
| H A D | t_cmsg_len.c | 82 if (sendmsg(fd, &msghdr, 0) < 0) { in t_cmsg_len_client()
|
| /freebsd-14.2/tools/regression/capsicum/syscalls/ |
| H A D | misc.c | 76 if (sendmsg(sock, &msg, 0) == -1) in descriptor_send()
|
| /freebsd-14.2/contrib/pf/pflogd/ |
| H A D | privsep_fdpass.c | 81 if ((n = sendmsg(sock, &msg, 0)) == -1) in send_fd()
|
| /freebsd-14.2/tools/tools/net80211/w00t/redir/ |
| H A D | buddy.c | 94 if (sendmsg(dude, &mh, 0) != (4 + len)) in handle_data()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | monitor_fdpass.c | 90 while ((n = sendmsg(sock, &msg, 0)) == -1 && in mm_send_fd()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_kevent.c | 143 if (sendmsg(s[0], &m, 0) == -1) { in ATF_TC_BODY()
|
| /freebsd-14.2/tools/regression/security/cap_test/ |
| H A D | cap_test_capmode.c | 133 CHECK_NOT_CAPMODE(sendmsg, fd_socket, NULL, 0); in test_capmode()
|
| /freebsd-14.2/sbin/hastd/ |
| H A D | proto_common.c | 86 if (sendmsg(sock, &msg, 0) == -1) in proto_descriptor_send()
|
| /freebsd-14.2/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_common.c | 85 if (sendmsg(sock, &msg, 0) == -1) in proto_descriptor_send()
|