Searched defs:cmsg (Results 1 – 12 of 12) sorted by relevance
163 cmsghdr* cmsg; in read() local203 cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in write() local
41 struct cmsghdr *cmsg; member
38 struct cmsghdr cmsg; ivshmem_server_send_one_msg() member 41 struct cmsghdr *cmsg; ivshmem_server_send_one_msg() local
32 struct cmsghdr cmsg; in ivshmem_client_read_one_msg() member35 struct cmsghdr *cmsg; in ivshmem_client_read_one_msg() local
191 struct cmsghdr *cmsg; in send_fd() local
106 struct cmsghdr *cmsg; in socket_send_fds() local
469 struct cmsghdr *cmsg; qio_channel_socket_copy_fds() local 578 struct cmsghdr *cmsg; qio_channel_socket_writev() local [all...]
485 struct cmsghdr *cmsg; recv_fd() local
159 struct cmsghdr *cmsg; in vg_sock_fd_write() local
551 struct cmsghdr *cmsg; in vu_message_read_default() local621 struct cmsghdr *cmsg; in vu_message_write() local
1763 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); target_to_host_cmsg() local 1857 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); host_to_target_cmsg() local [all...]
378 #define TARGET_CMSG_DATA(cmsg) ((unsigned char *) ((struct target_cmsghdr *) (cmsg) + 1)) argument 379 #define TARGET_CMSG_NXTHDR(mhdr, cmsg, cmsg_start) \ argument