Searched refs:sendmsg (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-11-stable/lib/libc/sys/
H A Dsendmsg.c43 #pragma weak sendmsg macro
45 sendmsg(int s, const struct msghdr *msg, int flags) function
H A Dinterposing_table.c60 SLOT(sendmsg, __sys_sendmsg),
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsendmsg.c41 sendmsg(rk_socket_t s, const struct msghdr *msg, int flags) function
104 * Implementation of sendmsg() for WIN32
132 WSAMSG which is a much more direct analogue to sendmsg(). */
/freebsd-11-stable/tools/regression/capsicum/syscalls/
H A Dmisc.c79 if (sendmsg(sock, &msg, 0) == -1)
/freebsd-11-stable/tools/regression/sockets/unix_cmsg/
H A Dt_cmsg_len.c84 if (sendmsg(fd, &msghdr, 0) < 0) {
85 uc_dbgmsg("sendmsg(2) failed: %s; retrying",
/freebsd-11-stable/contrib/pf/pflogd/
H A Dprivsep_fdpass.c81 if ((n = sendmsg(sock, &msg, 0)) == -1)
82 warn("%s: sendmsg(%d)", __func__, sock);
84 warnx("%s: sendmsg: expected sent 1 got %ld",
/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A Dbuddy.c96 if (sendmsg(dude, &mh, 0) != (4 + len))
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf580 sendmsg
/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_privsep.c46 if (sendmsg(l2->fd, &msg, 0) < 0) {
47 wpa_printf(MSG_ERROR, "L2: sendmsg(cmd): %s", strerror(errno));
84 if (sendmsg(l2->fd, &msg, 0) < 0) {
85 wpa_printf(MSG_ERROR, "L2: sendmsg(packet_send): %s",
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_linux.c473 ret = sendmsg(skcipher->t, &msg, 0);
475 wpa_printf(MSG_ERROR, "%s: sendmsg failed: %s",
575 ret = sendmsg(skcipher->t, &msg, 0);
577 wpa_printf(MSG_ERROR, "%s: sendmsg failed: %s",
648 ret = sendmsg(skcipher->t, &msg, 0);
650 wpa_printf(MSG_ERROR, "%s: sendmsg failed: %s",
717 ret = sendmsg(skcipher->t, &msg, 0);
719 wpa_printf(MSG_ERROR, "%s: sendmsg failed: %s",
826 ret = sendmsg(skcipher->t, &msg, 0);
828 wpa_printf(MSG_ERROR, "%s: sendmsg faile
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/fdpass/
H A Dfdpass.c81 while ((n = sendmsg(sock, &msg, 0)) == -1 &&
87 err(1, "%s: sendmsg(%d)", __func__, fd);
93 errx(1, "%s: sendmsg: expected sent 1 got %ld",
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c85 if (sendmsg(sock, &msg, 0) == -1)
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_capmode.c137 CHECK_NOT_CAPMODE(sendmsg, fd_socket, NULL, 0);
/freebsd-11-stable/usr.bin/finger/
H A Dnet.c150 if (sendmsg(s, &msg, 0) < 0) {
151 warn("sendmsg");
/freebsd-11-stable/usr.sbin/rtsold/
H A Dprobe.c186 if (sendmsg(probesock, &sndmhdr, 0))
187 warnmsg(LOG_ERR, __func__, "sendmsg on %s: %s",
/freebsd-11-stable/crypto/openssh/
H A Dmonitor_fdpass.c90 while ((n = sendmsg(sock, &msg, 0)) == -1 &&
92 debug3("%s: sendmsg(%d): %s", __func__, fd, strerror(errno));
96 error("%s: sendmsg(%d): %s", __func__, fd,
102 error("%s: sendmsg: expected sent 1 got %zd", __func__, n);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kevent.c143 if (sendmsg(s[0], &m, 0) == -1) {
/freebsd-11-stable/sbin/hastd/
H A Dproto_common.c88 if (sendmsg(sock, &msg, 0) == -1)
/freebsd-11-stable/contrib/mdocml/
H A Dcatman.c105 * It appears that on some systems, sendmsg(3)
113 if ((sz = sendmsg(fd, &msg, 0)) != -1 ||
146 warn("sendmsg");
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk29 sendmsg.o \
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h189 #pragma redefine_extname sendmsg __mfwrap_sendmsg
/freebsd-11-stable/lib/libopenbsd/
H A Dimsg-buffer.c265 if ((n = sendmsg(msgbuf->fd, &msg, 0)) == -1) {
279 * assumption: fd got sent if sendmsg sent anything
/freebsd-11-stable/tools/regression/netinet/ipbroadcast/
H A Dipbroadcast.c356 nbytes = sendmsg(s, &msg, (dontroute ? MSG_DONTROUTE : 0));
358 perror("sendmsg");
/freebsd-11-stable/usr.sbin/nscd/
H A Dnscdcli.c167 result = (sendmsg(connection->sockfd, &cred_hdr, 0) == -1) ? -1
/freebsd-11-stable/lib/libc/include/
H A Dun-namespace.h207 #undef sendmsg macro

Completed in 232 milliseconds

123