Home
last modified time | relevance | path

Searched full:sendmsg (Results 76 – 100 of 188) sorted by relevance

12345678

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c85 if (sendmsg(sock, &msg, 0) == -1) in proto_descriptor_send()
/freebsd/lib/libc/gen/
H A Dsignal.3184 .Xr sendmsg 2
/freebsd/sbin/hastd/
H A Dproto_common.c85 if (sendmsg(sock, &msg, 0) == -1) in proto_descriptor_send()
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capmode.c132 CHECK_NOT_CAPMODE(sendmsg, fd_socket, NULL, 0); in test_capmode()
/freebsd/lib/libc/tests/secure/
H A Dfortify_signal_test.c111 error = sendmsg(sock[1], &hdr, 0); in new_socket()
H A Dfortify_random_test.c111 error = sendmsg(sock[1], &hdr, 0); in new_socket()
H A Dfortify_stdlib_test.c111 error = sendmsg(sock[1], &hdr, 0); in new_socket()
/freebsd/contrib/mandoc/
H A Dmandocd.c86 * Read a dummy byte - sendmsg cannot send an empty message, in read_fds()
/freebsd/lib/libc/compat-43/
H A Dsigvec.2221 .Xr sendmsg 2
/freebsd/share/doc/smm/18.net/
H A D7.t76 chain containing user-specified capabilities (see the \fIsendmsg\fP
/freebsd/usr.sbin/nscd/
H A Dnscdcli.c161 result = sendmsg(connection->sockfd, &mhdr, 0) == -1 ? -1 : 0; in send_credentials()
/freebsd/lib/libc/net/
H A Dsctp_sendmsg.3314 .Xr sendmsg 2 ,
H A Dgetaddrinfo.3222 .Xr sendmsg 2
H A Dsctp_sys_calls.c609 return (sendmsg(s, &msg, 0)); in sctp_sendmsg()
668 return (sendmsg(sd, &msg, flags)); in sctp_send()
1166 ret = sendmsg(sd, &msg, flags); in sctp_sendv()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp1158 INTERCEPTOR(ssize_t, sendmsg, int socket, const struct msghdr *message, argument
1160 __rtsan_notify_intercepted_call("sendmsg");
1161 return REAL(sendmsg)(socket, message, flags);
1670 INTERCEPT_FUNCTION(sendmsg);
/freebsd/tools/regression/sockets/unix_gc/
H A Dunix_gc.c106 len = sendmsg(fd, &mh, 0); in sendfd()
108 err(-1, "%s: sendmsg", test); in sendfd()
/freebsd/usr.sbin/bhyve/
H A Dnet_backend_slirp.c188 return (sendmsg(priv->s, &hdr, MSG_EOR)); in slirp_send()
/freebsd/lib/libopenbsd/
H A Dimsg_init.3424 .Xr sendmsg 2
/freebsd/crypto/krb5/src/include/
H A Dport-sockets.h263 return sendmsg(fd, &msg, flags); in socket_sendmsg()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_privsep.c61 if (sendmsg(drv->cmd_socket, &msg, 0) < 0) { in wpa_priv_cmd()
62 wpa_printf(MSG_ERROR, "sendmsg(cmd_socket): %s", in wpa_priv_cmd()
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswdd.c117 if (sendmsg (s, &msghdr, 0) < 0) in send_reply()
118 krb5_warn (context, errno, "sendmsg"); in send_reply()
/freebsd/contrib/unbound/util/
H A Dnetevent.c730 sent = sendmsg(c->fd, &msg, 0);
856 sent = sendmsg(c->fd, &msg, 0);
863 verbose(VERB_OPS, "sendmsg failed: %s", strerror(errno));
869 log_err("sendmsg: No support for sendmsg(IP_PKTINFO). "
885 log_err("sendmsg: IPV6_PKTINFO not supported");
1377 ret = sendmsg(c->fd, &msg, MSG_DONTWAIT);
1406 verbose(VERB_OPS, "doq sendmsg to %s %s "
1410 verbose(VERB_OPS, "doq sendmsg failed: %s",
1419 log_err("doq sendmsg to %s %s failed: "
1424 log_err("doq sendmsg failed: "
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Drelease.cc238 ASSERT_GE(sendmsg(s[0], &msg, 0), 0) << strerror(errno); in TEST_F()
/freebsd/contrib/netcat/
H A Dnc.1131 .Xr sendmsg 2
/freebsd/sys/sys/
H A Dsyscall.h121 /* 114 is old sendmsg */

12345678