Home
last modified time | relevance | path

Searched refs:sendmsg (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/phosphor-networkd/test/
H A Dmock_syscall.cpp228 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 Darm_eabi.patch59 SCMP_SYS(sendmsg),
/openbmc/phosphor-net-ipmid/
H A Dsocket_channel.hpp221 int ret = sendmsg(socket->native_handle(), &msg, 0); in write()
/openbmc/phosphor-networkd/src/
H A Dnetlink.cpp99 if (sendmsg(sock, &hdr, 0) < 0) in requestSend()
/openbmc/qemu/crypto/
H A Dcipher-afalg.c176 ret = sendmsg(afalg->opfd, afalg->msg, 0); in qcrypto_afalg_cipher_op()
/openbmc/qemu/tests/qtest/
H A Dlibqmp.c126 ret = sendmsg(socket_fd, &msg, 0); in socket_send_fds()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc180 [ 179] = 3, /* sendmsg */
/openbmc/libpldm/src/transport/
H A Dmctp-demux.c231 ssize_t rc = sendmsg(demux->socket, &msg, 0); in pldm_transport_mctp_demux_send()
/openbmc/qemu/net/
H A Dl2tpv3.c243 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 Dsyscall_64.tbl58 46 64 sendmsg sys_sendmsg
402 518 x32 sendmsg compat_sys_sendmsg
/openbmc/qemu/
H A Dqemu-bridge-helper.c208 return sendmsg(c, &msg, 0); in send_fd()
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md252 ##### `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 Divshmem-server.c64 ret = sendmsg(sock_fd, &msg, 0); in ivshmem_server_send_one_msg()
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_client.py714 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 Dstrace.list110 { TARGET_NETBSD_NR_sendmsg, "sendmsg", NULL, NULL, NULL },
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.c451 ssize_t Result = sendmsg(sockfd, msg, flags); in sigwrap_sendsendmsg()
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.c508 ssize_t Result = sendmsg(sockfd, msg, flags); in sigwrap_sendsendmsg()
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list134 { TARGET_OPENBSD_NR_sendmsg, "sendmsg", NULL, NULL, NULL },
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c217 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 Dsyscall_n64.tbl55 45 n64 sendmsg sys_sendmsg
H A Dsyscall_n32.tbl55 45 n32 sendmsg compat_sys_sendmsg
/openbmc/libmctp/utils/
H A Dmctp-demux-daemon.c148 rc = sendmsg(client->sock, &msghdr, 0); in rx_message()
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl119 106 common sendmsg sys_sendmsg
/openbmc/qemu/linux-user/riscv/
H A Dsyscall.tbl255 211 common sendmsg sys_sendmsg compat_sys_sendmsg
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall.tbl255 211 common sendmsg sys_sendmsg compat_sys_sendmsg

123