Symbol: sendmsg
crypto/heimdal/kpasswd/kpasswdd.c
117
if (sendmsg (s, &msghdr, 0) < 0)
crypto/heimdal/lib/krb5/changepw.c
142
if (rk_IS_SOCKET_ERROR( sendmsg (sock, &msghdr, 0) )) {
crypto/heimdal/lib/krb5/changepw.c
252
if (rk_IS_SOCKET_ERROR( sendmsg (sock, &msghdr, 0) )) {
crypto/krb5/src/include/port-sockets.h
263
return sendmsg(fd, &msg, flags);
crypto/krb5/src/lib/apputils/udppktinfo.c
471
return sendmsg(sock, &msg, flags);
crypto/openssh/monitor_fdpass.c
90
while ((n = sendmsg(sock, &msg, 0)) == -1 &&
crypto/openssh/regress/netcat.c
1045
r = sendmsg(STDOUT_FILENO, &msg, 0);
crypto/openssl/crypto/bio/bss_dgram.c
1451
l = sendmsg(b->num, &mh, sysflags);
crypto/openssl/crypto/bio/bss_dgram.c
2291
ret = sendmsg(b->num, &msg, 0);
crypto/openssl/engines/e_afalg.c
530
sbytes = sendmsg(actx->sfd, &msg, 0);
crypto/openssl/engines/e_afalg.c
557
sbytes = sendmsg(actx->sfd, &msg, 0);
crypto/openssl/include/internal/ktls.h
123
return sendmsg(fd, &msg, 0);
crypto/openssl/include/internal/ktls.h
370
return sendmsg(fd, &msg, 0);
lib/libc/net/sctp_sys_calls.c
1166
ret = sendmsg(sd, &msg, flags);
lib/libc/net/sctp_sys_calls.c
609
return (sendmsg(s, &msg, 0));
lib/libc/net/sctp_sys_calls.c
668
return (sendmsg(sd, &msg, flags));
lib/libc/sys/sendmsg.c
41
return (INTERPOS_SYS(sendmsg, s, msg, flags));
lib/libc/tests/secure/fortify_poll_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libc/tests/secure/fortify_random_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libc/tests/secure/fortify_select_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libc/tests/secure/fortify_signal_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libc/tests/secure/fortify_socket_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libc/tests/secure/fortify_stdio_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libc/tests/secure/fortify_stdlib_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libc/tests/secure/fortify_string_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libc/tests/secure/fortify_strings_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libc/tests/secure/fortify_uio_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libc/tests/secure/fortify_unistd_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libc/tests/secure/fortify_wchar_test.c
111
error = sendmsg(sock[1], &hdr, 0);
lib/libnv/msgio.c
133
if (sendmsg(sock, msg, 0) == -1) {
lib/libopenbsd/imsg-buffer.c
263
if ((n = sendmsg(msgbuf->fd, &msg, 0)) == -1) {
lib/libsys/interposing_table.c
56
SLOT(sendmsg, __sys_sendmsg),
lib/libthr/thread/thr_syscalls.c
682
SLOT(sendmsg);
sbin/dhclient/bpf.c
389
result = sendmsg(interface->ufdesc, &msg, 0);
sbin/hastd/proto_common.c
85
if (sendmsg(sock, &msg, 0) == -1)
sbin/ping/ping6.c
1407
i = sendmsg(ssend, &smsghdr, 0);
sys/kern/init_sysent.c
183
{ compat(AS(osendmsg_args),sendmsg), .sy_auevent = AUE_SENDMSG, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 114 = old sendmsg */
sys/ofed/drivers/infiniband/ulp/sdp/sdp_proc.c
276
SDPSTATS_COUNTER_GET(sendmsg));
sys/sys/socket.h
725
ssize_t sendmsg(int, const struct msghdr *, int);
tests/sys/audit/network.c
865
ATF_REQUIRE((data_bytes = sendmsg(sockfd2, &sendbuf, 0)) != -1);
tests/sys/audit/network.c
894
ATF_REQUIRE_EQ(-1, sendmsg(-1, NULL, 0));
tests/sys/audit/network.c
929
ATF_REQUIRE(sendmsg(sockfd2, &sendbuf, 0) != -1);
tests/sys/capsicum/capability-fd.cc
1030
int rc = sendmsg(sock_fds[1], &mh, 0);
tests/sys/capsicum/capmode.cc
170
EXPECT_FAIL_NOT_CAPMODE(sendmsg(fd_socket_, NULL, 0));
tests/sys/capsicum/linux.cc
670
int rc = sendmsg(over, &mh, 0);
tests/sys/capsicum/procdesc.cc
1043
int rc = sendmsg(sock_fds[1], &mh, 0);
tests/sys/capsicum/socket.cc
324
EXPECT_NOTCAPABLE(sendmsg(cap_sock_rw, &mh, 0));
tests/sys/capsicum/socket.cc
325
EXPECT_OK(sendmsg(cap_sock_connect, &mh, 0));
tests/sys/file/path_test.c
900
ATF_REQUIRE_MSG(sendmsg(sd[0], &msg, 0) == sizeof(c),
tests/sys/fs/fusefs/release.cc
238
ASSERT_GE(sendmsg(s[0], &msg, 0), 0) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1467
ASSERT_GE(sendmsg(s[0], &msg, 0), 0) << strerror(errno);
tests/sys/kern/ktls_test.c
1321
ATF_REQUIRE_INTEQ((ssize_t)len, sendmsg(fd, &msg, 0));
tests/sys/kern/unix_dgram.c
355
ATF_REQUIRE(sendmsg(fd[0], &msghdr, 0) == 42);
tests/sys/kern/unix_passfd_test.c
1019
len = sendmsg(fd[0], &msghdr, 0);
tests/sys/kern/unix_passfd_test.c
182
return (sendmsg(sockfd, &msghdr, 0));
tests/sys/kern/unix_passfd_test.c
497
ATF_REQUIRE(sendmsg(fd[0], &msghdr, 0) == -1);
tests/sys/kern/unix_passfd_test.c
503
ATF_REQUIRE(sendmsg(fd[0], &msghdr, 0) == 1);
tests/sys/kern/unix_passfd_test.c
516
ATF_REQUIRE(sendmsg(fd[0], &msghdr, 0) == 1);
tests/sys/kern/unix_passfd_test.c
776
len = sendmsg(sockfd, &msghdr, 0);
tests/sys/kern/unix_passfd_test.c
977
len = sendmsg(fd[0], &msghdr, 0);
tests/sys/kern/unix_passfd_test.c
993
len = sendmsg(fd[0], &msghdr, 0);
tests/sys/netinet/udp_bindings.c
129
ATF_REQUIRE_MSG(sendmsg(s, &msg, 0) == -1 && errno == EINVAL,
tests/sys/netinet/udp_bindings.c
150
ATF_REQUIRE(sendmsg(s, &msg, 0) == sizeof(buf));
tests/sys/netinet/udp_io.c
117
ATF_REQUIRE(sendmsg(s[1], &msg, 0) == sizeof(sbuf));
tests/sys/netinet/udp_io.c
82
ATF_REQUIRE(sendmsg(s[1], &msg, 0) == sizeof(sbuf));
tools/regression/capsicum/syscalls/misc.c
75
if (sendmsg(sock, &msg, 0) == -1)
tools/regression/netinet/ipbroadcast/ipbroadcast.c
342
nbytes = sendmsg(s, &msg, (dontroute ? MSG_DONTROUTE : 0));
tools/regression/security/cap_test/cap_test_capmode.c
132
CHECK_NOT_CAPMODE(sendmsg, fd_socket, NULL, 0);
tools/regression/sockets/unix_cmsg/t_cmsg_len.c
81
if (sendmsg(fd, &msghdr, 0) < 0) {
tools/regression/sockets/unix_cmsg/uc_common.c
281
ssize = sendmsg(fd, msghdr, 0);
tools/regression/sockets/unix_gc/unix_gc.c
106
len = sendmsg(fd, &mh, 0);
tools/tools/net80211/w00t/redir/buddy.c
94
if (sendmsg(dude, &mh, 0) != (4 + len))
usr.bin/finger/net.c
143
if (sendmsg(s, &msg, 0) < 0) {
usr.sbin/bhyve/net_backend_slirp.c
188
return (sendmsg(priv->s, &hdr, MSG_EOR));
usr.sbin/mld6query/mld6.c
172
if (sendmsg(s, &m, 0) < 0)
usr.sbin/nscd/nscdcli.c
161
result = sendmsg(connection->sockfd, &mhdr, 0) == -1 ? -1 : 0;
usr.sbin/ppp/bundle.c
1615
if ((got = sendmsg(s, &msg, 0)) == -1)
usr.sbin/route6d/route6d.c
1089
if (sendmsg(ripsock, &m, 0 /*MSG_DONTROUTE*/) < 0) {
usr.sbin/rrenumd/rrenumd.c
455
i = sendmsg(dl->dl_dst->sa_family == AF_INET ? s4 : s6, &sndmhdr, 0);
usr.sbin/rtadvd/rtadvd.c
1760
i = sendmsg(sock.si_fd, &sndmhdr, 0);
usr.sbin/rtsold/cap_sendmsg.c
120
return (sendmsg(sock, &hdr, 0));
usr.sbin/syslogd/syslogd.c
1816
lsent = sendmsg(f->f_addr_fds[i], &msg, 0);