| /freebsd/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_common.c | 85 if (sendmsg(sock, &msg, 0) == -1) in proto_descriptor_send()
|
| /freebsd/lib/libc/gen/ |
| H A D | signal.3 | 184 .Xr sendmsg 2
|
| /freebsd/sbin/hastd/ |
| H A D | proto_common.c | 85 if (sendmsg(sock, &msg, 0) == -1) in proto_descriptor_send()
|
| /freebsd/tools/regression/security/cap_test/ |
| H A D | cap_test_capmode.c | 132 CHECK_NOT_CAPMODE(sendmsg, fd_socket, NULL, 0); in test_capmode()
|
| /freebsd/lib/libc/tests/secure/ |
| H A D | fortify_signal_test.c | 111 error = sendmsg(sock[1], &hdr, 0); in new_socket()
|
| H A D | fortify_random_test.c | 111 error = sendmsg(sock[1], &hdr, 0); in new_socket()
|
| H A D | fortify_stdlib_test.c | 111 error = sendmsg(sock[1], &hdr, 0); in new_socket()
|
| /freebsd/contrib/mandoc/ |
| H A D | mandocd.c | 86 * Read a dummy byte - sendmsg cannot send an empty message, in read_fds()
|
| /freebsd/lib/libc/compat-43/ |
| H A D | sigvec.2 | 221 .Xr sendmsg 2
|
| /freebsd/share/doc/smm/18.net/ |
| H A D | 7.t | 76 chain containing user-specified capabilities (see the \fIsendmsg\fP
|
| /freebsd/usr.sbin/nscd/ |
| H A D | nscdcli.c | 161 result = sendmsg(connection->sockfd, &mhdr, 0) == -1 ? -1 : 0; in send_credentials()
|
| /freebsd/lib/libc/net/ |
| H A D | sctp_sendmsg.3 | 314 .Xr sendmsg 2 ,
|
| H A D | getaddrinfo.3 | 222 .Xr sendmsg 2
|
| H A D | sctp_sys_calls.c | 609 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 D | rtsan_interceptors_posix.cpp | 1158 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 D | unix_gc.c | 106 len = sendmsg(fd, &mh, 0); in sendfd() 108 err(-1, "%s: sendmsg", test); in sendfd()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | net_backend_slirp.c | 188 return (sendmsg(priv->s, &hdr, MSG_EOR)); in slirp_send()
|
| /freebsd/lib/libopenbsd/ |
| H A D | imsg_init.3 | 424 .Xr sendmsg 2
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | port-sockets.h | 263 return sendmsg(fd, &msg, flags); in socket_sendmsg()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_privsep.c | 61 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 D | kpasswdd.c | 117 if (sendmsg (s, &msghdr, 0) < 0) in send_reply() 118 krb5_warn (context, errno, "sendmsg"); in send_reply()
|
| /freebsd/contrib/unbound/util/ |
| H A D | netevent.c | 730 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 D | release.cc | 238 ASSERT_GE(sendmsg(s[0], &msg, 0), 0) << strerror(errno); in TEST_F()
|
| /freebsd/contrib/netcat/ |
| H A D | nc.1 | 131 .Xr sendmsg 2
|
| /freebsd/sys/sys/ |
| H A D | syscall.h | 121 /* 114 is old sendmsg */
|