Home
last modified time | relevance | path

Searched refs:sendmsg (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd-13.1/lib/libc/sys/
H A Dsendmsg.c43 #pragma weak sendmsg macro
45 sendmsg(int s, const struct msghdr *msg, int flags) in sendmsg() function
H A Dinterposing_table.c60 SLOT(sendmsg, __sys_sendmsg),
H A DMakefile.inc85 sendmsg \
476 MLINKS+=send.2 sendmsg.2 \
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dcrypto_linux.c473 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 Dsendrecv20 syscall::sendmsg:entry, \
24 syscall::sendmsg:entry, \
189 syscall::sendmsg:entry /* probe ID $(( $ID + 5 )) */
/freebsd-13.1/contrib/ofed/librdmacm/
H A Dlibrspreload.map25 sendmsg;
H A Dpreload.c75 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 Dsendmsg.c41 sendmsg(rk_socket_t s, const struct msghdr *msg, int flags) in sendmsg() function
/freebsd-13.1/crypto/openssl/include/internal/
H A Dktls.h111 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 Dunix_passfd_test.c164 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 Dl2_packet_privsep.c46 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 Dt_cmsg_len.c84 if (sendmsg(fd, &msghdr, 0) < 0) { in t_cmsg_len_client()
/freebsd-13.1/contrib/pf/pflogd/
H A Dprivsep_fdpass.c81 if ((n = sendmsg(sock, &msg, 0)) == -1) in send_fd()
/freebsd-13.1/tools/regression/capsicum/syscalls/
H A Dmisc.c79 if (sendmsg(sock, &msg, 0) == -1) in descriptor_send()
/freebsd-13.1/tools/tools/net80211/w00t/redir/
H A Dbuddy.c96 if (sendmsg(dude, &mh, 0) != (4 + len)) in handle_data()
/freebsd-13.1/crypto/openssh/
H A Dmonitor_fdpass.c90 while ((n = sendmsg(sock, &msg, 0)) == -1 && in mm_send_fd()
/freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kevent.c143 if (sendmsg(s[0], &m, 0) == -1) { in ATF_TC_BODY()
/freebsd-13.1/tools/regression/security/cap_test/
H A Dcap_test_capmode.c137 CHECK_NOT_CAPMODE(sendmsg, fd_socket, NULL, 0); in test_capmode()
/freebsd-13.1/sbin/hastd/
H A Dproto_common.c88 if (sendmsg(sock, &msg, 0) == -1) in proto_descriptor_send()
/freebsd-13.1/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c85 if (sendmsg(sock, &msg, 0) == -1) in proto_descriptor_send()
/freebsd-13.1/usr.bin/finger/
H A Dnet.c152 if (sendmsg(s, &msg, 0) < 0) { in do_protocol()
/freebsd-13.1/sys/kern/
H A Dcapabilities.conf603 sendmsg
/freebsd-13.1/contrib/capsicum-test/
H A Dsocket.cc328 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 Dfdpass.c81 while ((n = sendmsg(sock, &msg, 0)) == -1 && in send_fd()
/freebsd-13.1/contrib/mandoc/
H A Dcatman.c113 if ((sz = sendmsg(fd, &msg, 0)) != -1 || in sock_fd_write()

1234