| /openbmc/phosphor-networkd/test/ |
| H A D | mock_syscall.cpp | 228 ssize_t sendmsg(int sockfd, const struct msghdr* msg, int flags) in sendmsg() function 234 reinterpret_cast<decltype(&sendmsg)>(dlsym(RTLD_NEXT, "sendmsg")); in sendmsg()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/ |
| H A D | arm_eabi.patch | 59 SCMP_SYS(sendmsg),
|
| /openbmc/phosphor-net-ipmid/ |
| H A D | socket_channel.hpp | 221 int ret = sendmsg(socket->native_handle(), &msg, 0); in write()
|
| /openbmc/phosphor-networkd/src/ |
| H A D | netlink.cpp | 99 if (sendmsg(sock, &hdr, 0) < 0) in requestSend()
|
| /openbmc/qemu/crypto/ |
| H A D | cipher-afalg.c | 176 ret = sendmsg(afalg->opfd, afalg->msg, 0); in qcrypto_afalg_cipher_op()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | libqmp.c | 126 ret = sendmsg(socket_fd, &msg, 0); in socket_send_fds()
|
| /openbmc/qemu/linux-user/mips/ |
| H A D | syscall-args-o32.c.inc | 180 [ 179] = 3, /* sendmsg */
|
| /openbmc/libpldm/src/transport/ |
| H A D | mctp-demux.c | 231 ssize_t rc = sendmsg(demux->socket, &msg, 0); in pldm_transport_mctp_demux_send()
|
| /openbmc/qemu/net/ |
| H A D | l2tpv3.c | 243 ret = RETRY_ON_EINTR(sendmsg(s->fd, &message, 0)); in net_l2tpv3_receive_dgram_iov() 286 ret = RETRY_ON_EINTR(sendmsg(s->fd, &message, 0)); in net_l2tpv3_receive_dgram()
|
| /openbmc/qemu/linux-user/x86_64/ |
| H A D | syscall_64.tbl | 58 46 64 sendmsg sys_sendmsg 402 518 x32 sendmsg compat_sys_sendmsg
|
| /openbmc/qemu/ |
| H A D | qemu-bridge-helper.c | 208 return sendmsg(c, &msg, 0); in send_fd()
|
| /openbmc/docs/designs/mctp/ |
| H A D | mctp-kernel.md | 252 ##### `sendto()`, `sendmsg()`, `send()` & `write()`: transmit an MCTP message 254 An MCTP message is transmitted using one of the `sendto()`, `sendmsg()`, 297 Using `sendto()` or `sendmsg()` on a connected socket may override the remote 300 allocated through a call to `sendto()` or `sendmsg()` on a connected socket is 304 The `sendmsg()` system call allows a more compact argument interface, and the 306 message types (used for the `msg_control` data passed to `sendmsg()`) are 372 ###### `MCTP_ADDR_EXT`: Use extended addressing information in sendmsg/recvmsg
|
| /openbmc/qemu/contrib/ivshmem-server/ |
| H A D | ivshmem-server.c | 64 ret = sendmsg(sock_fd, &msg, 0); in ivshmem_server_send_one_msg()
|
| /openbmc/qemu/python/qemu/qmp/ |
| H A D | qmp_client.py | 714 See `socket.socket.sendmsg` for more information on the Python 723 if not hasattr(sock, 'sendmsg'): 725 # Access to sendmsg is scheduled for removal in Python 3.11. 729 sock.sendmsg(
|
| /openbmc/qemu/bsd-user/netbsd/ |
| H A D | strace.list | 110 { TARGET_NETBSD_NR_sendmsg, "sendmsg", NULL, NULL, NULL },
|
| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | EINTR_wrappers.c | 451 ssize_t Result = sendmsg(sockfd, msg, flags); in sigwrap_sendsendmsg()
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | EINTR_wrappers.c | 508 ssize_t Result = sendmsg(sockfd, msg, flags); in sigwrap_sendsendmsg()
|
| /openbmc/qemu/bsd-user/openbsd/ |
| H A D | strace.list | 134 { TARGET_OPENBSD_NR_sendmsg, "sendmsg", NULL, NULL, NULL },
|
| /openbmc/qemu/tests/ |
| H A D | vhost-user-bridge.c | 217 ret = sendmsg(vubr->backend_udp_sock, &msg, 0); in vubr_handle_tx() 221 vubr_die("sendmsg()"); in vubr_handle_tx()
|
| /openbmc/qemu/linux-user/mips64/ |
| H A D | syscall_n64.tbl | 55 45 n64 sendmsg sys_sendmsg
|
| H A D | syscall_n32.tbl | 55 45 n32 sendmsg compat_sys_sendmsg
|
| /openbmc/libmctp/utils/ |
| H A D | mctp-demux-daemon.c | 148 rc = sendmsg(client->sock, &msghdr, 0); in rx_message()
|
| /openbmc/qemu/linux-user/xtensa/ |
| H A D | syscall.tbl | 119 106 common sendmsg sys_sendmsg
|
| /openbmc/qemu/linux-user/riscv/ |
| H A D | syscall.tbl | 255 211 common sendmsg sys_sendmsg compat_sys_sendmsg
|
| /openbmc/qemu/linux-user/loongarch64/ |
| H A D | syscall.tbl | 255 211 common sendmsg sys_sendmsg compat_sys_sendmsg
|