| /freebsd-13.1/lib/libc/sys/ |
| H A D | sendmsg.c | 43 #pragma weak sendmsg macro 45 sendmsg(int s, const struct msghdr *msg, int flags) in sendmsg() function
|
| H A D | interposing_table.c | 60 SLOT(sendmsg, __sys_sendmsg),
|
| H A D | Makefile.inc | 85 sendmsg \ 476 MLINKS+=send.2 sendmsg.2 \
|
| /freebsd-13.1/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-13.1/cddl/usr.sbin/dwatch/libexec/ |
| H A D | sendrecv | 20 syscall::sendmsg:entry, \ 24 syscall::sendmsg:entry, \ 189 syscall::sendmsg:entry /* probe ID $(( $ID + 5 )) */
|
| /freebsd-13.1/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-13.1/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-13.1/crypto/openssl/include/internal/ |
| H A D | ktls.h | 111 return sendmsg(fd, &msg, 0); in ktls_send_ctrl_message() 328 return sendmsg(fd, &msg, 0); in ktls_send_ctrl_message()
|
| /freebsd-13.1/tests/sys/kern/ |
| H A D | unix_passfd_test.c | 164 len = sendmsg(sockfd, &msghdr, 0); in sendfd_payload() 482 len = sendmsg(sockfd, &msghdr, 0); in send_cmsg() 679 len = sendmsg(fd[0], &msghdr, 0); in ATF_TC_BODY() 705 len = sendmsg(fd[0], &msghdr, 0); in ATF_TC_BODY()
|
| /freebsd-13.1/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-13.1/tools/regression/sockets/unix_cmsg/ |
| H A D | t_cmsg_len.c | 84 if (sendmsg(fd, &msghdr, 0) < 0) { in t_cmsg_len_client()
|
| /freebsd-13.1/contrib/pf/pflogd/ |
| H A D | privsep_fdpass.c | 81 if ((n = sendmsg(sock, &msg, 0)) == -1) in send_fd()
|
| /freebsd-13.1/tools/regression/capsicum/syscalls/ |
| H A D | misc.c | 79 if (sendmsg(sock, &msg, 0) == -1) in descriptor_send()
|
| /freebsd-13.1/tools/tools/net80211/w00t/redir/ |
| H A D | buddy.c | 96 if (sendmsg(dude, &mh, 0) != (4 + len)) in handle_data()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | monitor_fdpass.c | 90 while ((n = sendmsg(sock, &msg, 0)) == -1 && in mm_send_fd()
|
| /freebsd-13.1/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-13.1/tools/regression/security/cap_test/ |
| H A D | cap_test_capmode.c | 137 CHECK_NOT_CAPMODE(sendmsg, fd_socket, NULL, 0); in test_capmode()
|
| /freebsd-13.1/sbin/hastd/ |
| H A D | proto_common.c | 88 if (sendmsg(sock, &msg, 0) == -1) in proto_descriptor_send()
|
| /freebsd-13.1/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_common.c | 85 if (sendmsg(sock, &msg, 0) == -1) in proto_descriptor_send()
|
| /freebsd-13.1/usr.bin/finger/ |
| H A D | net.c | 152 if (sendmsg(s, &msg, 0) < 0) { in do_protocol()
|
| /freebsd-13.1/sys/kern/ |
| H A D | capabilities.conf | 603 sendmsg
|
| /freebsd-13.1/contrib/capsicum-test/ |
| H A D | socket.cc | 328 EXPECT_NOTCAPABLE(sendmsg(cap_sock_rw, &mh, 0)); in TEST() 329 EXPECT_OK(sendmsg(cap_sock_connect, &mh, 0)); in TEST()
|
| /freebsd-13.1/contrib/netbsd-tests/net/fdpass/ |
| H A D | fdpass.c | 81 while ((n = sendmsg(sock, &msg, 0)) == -1 && in send_fd()
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | catman.c | 113 if ((sz = sendmsg(fd, &msg, 0)) != -1 || in sock_fd_write()
|