Home
last modified time | relevance | path

Searched refs:cmsg_type (Results 1 – 14 of 14) sorted by relevance

/openbmc/phosphor-net-ipmid/
H A Dsocket_channel.hpp167 if (cmsg->cmsg_level == IPPROTO_IP && cmsg->cmsg_type == IP_PKTINFO) in read()
173 cmsg->cmsg_type == IPV6_PKTINFO) in read()
207 cmsg->cmsg_type = IPV6_PKTINFO; in write()
215 cmsg->cmsg_type = IP_PKTINFO; in write()
/openbmc/qemu/crypto/
H A Dcipher-afalg.c104 afalg->cmsg->cmsg_type = ALG_SET_OP; in qcrypto_afalg_cipher_ctx_new()
108 afalg->cmsg->cmsg_type = ALG_SET_IV; in qcrypto_afalg_cipher_ctx_new()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-Turn-off-sign-compare-for-musl-libc.patch38 if (hdr->cmsg_type == SCM_RIGHTS) {
/openbmc/qemu/io/
H A Dchannel-socket.c480 cmsg->cmsg_type != SCM_RIGHTS) { in qio_channel_socket_copy_fds()
600 cmsg->cmsg_type = SCM_RIGHTS; in qio_channel_socket_writev()
778 if (cm->cmsg_level != SOL_IP && cm->cmsg_type != IP_RECVERR && in qio_channel_socket_flush()
779 cm->cmsg_level != SOL_IPV6 && cm->cmsg_type != IPV6_RECVERR) { in qio_channel_socket_flush()
/openbmc/qemu/tests/qtest/
H A Dlibqmp.c121 cmsg->cmsg_type = SCM_RIGHTS; in socket_send_fds()
/openbmc/qemu/
H A Dqemu-bridge-helper.c197 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
/openbmc/qemu/contrib/ivshmem-client/
H A Divshmem-client.c64 cmsg->cmsg_type != SCM_RIGHTS) { in ivshmem_client_read_one_msg()
/openbmc/qemu/contrib/ivshmem-server/
H A Divshmem-server.c58 cmsg->cmsg_type = SCM_RIGHTS; in ivshmem_server_send_one_msg()
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py760 cmsg_level, cmsg_type, cmsg_data = ancdata[0]
762 cmsg_type == socket.SCM_RIGHTS):
/openbmc/qemu/net/
H A Dtap.c492 cmsg->cmsg_type = SCM_RIGHTS; in recv_fd()
/openbmc/qemu/linux-user/
H A Dsyscall.c1801 tswap32(target_cmsg->cmsg_type)); in target_to_host_cmsg()
1810 cmsg->cmsg_type = tswap32(target_cmsg->cmsg_type); in target_to_host_cmsg()
1813 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) { in target_to_host_cmsg()
1822 && cmsg->cmsg_type == SCM_CREDENTIALS) { in target_to_host_cmsg()
1840 cmsg->cmsg_level, cmsg->cmsg_type); in target_to_host_cmsg()
1895 target_cmsg->cmsg_type = tswap32(cmsg->cmsg_type); in host_to_target_cmsg()
1903 switch (cmsg->cmsg_type) { in host_to_target_cmsg()
1927 switch (cmsg->cmsg_type) { in host_to_target_cmsg()
1972 switch (cmsg->cmsg_type) { in host_to_target_cmsg()
2026 switch (cmsg->cmsg_type) { in host_to_target_cmsg()
[all …]
H A Dsyscall_defs.h375 abi_int cmsg_type; member
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c568 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) { in vu_message_read_default()
631 cmsg->cmsg_type = SCM_RIGHTS; in vu_message_write()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c168 cmsg->cmsg_type = SCM_RIGHTS; in vg_sock_fd_write()