Home
last modified time | relevance | path

Searched defs:cmsg (Results 1 – 11 of 11) sorted by relevance

/qemu/crypto/
H A Dafalgpriv.h41 struct cmsghdr *cmsg; member
/qemu/contrib/ivshmem-server/
H A Divshmem-server.c38 struct cmsghdr cmsg; in ivshmem_server_send_one_msg() member
41 struct cmsghdr *cmsg; in ivshmem_server_send_one_msg() local
/qemu/contrib/ivshmem-client/
H A Divshmem-client.c32 struct cmsghdr cmsg; in ivshmem_client_read_one_msg() member
35 struct cmsghdr *cmsg; in ivshmem_client_read_one_msg() local
/qemu/
H A Dqemu-bridge-helper.c191 struct cmsghdr *cmsg; in send_fd() local
/qemu/tests/qtest/
H A Dlibqmp.c106 struct cmsghdr *cmsg; in socket_send_fds() local
/qemu/io/
H A Dchannel-socket.c469 struct cmsghdr *cmsg; in qio_channel_socket_copy_fds() local
578 struct cmsghdr *cmsg; in qio_channel_socket_writev() local
/qemu/net/
H A Dtap.c449 struct cmsghdr *cmsg; in recv_fd() local
/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c159 struct cmsghdr *cmsg; in vg_sock_fd_write() local
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c551 struct cmsghdr *cmsg; in vu_message_read_default() local
621 struct cmsghdr *cmsg; in vu_message_write() local
/qemu/linux-user/
H A Dsyscall.c1759 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in target_to_host_cmsg() local
1853 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in host_to_target_cmsg() local
H A Dsyscall_defs.h378 #define TARGET_CMSG_DATA(cmsg) ((unsigned char *) ((struct target_cmsghdr *) (cmsg) + 1)) argument
379 #define TARGET_CMSG_NXTHDR(mhdr, cmsg, cmsg_start) \ argument