Searched refs:SCM_RIGHTS (Results 1 – 22 of 22) sorted by relevance
4 #if defined(SCM_RIGHTS) || (defined(HAVE_DECL_SCM_RIGHTS) && HAVE_DECL_SCM_RIGHTS)5 XLAT(SCM_RIGHTS),
1 SCM_RIGHTS
97 cmsg->cmsg_type = SCM_RIGHTS; in PlatformChannelSendmsgWithHandles()124 cmsg->cmsg_type = SCM_RIGHTS; in PlatformChannelSendHandles()170 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) { in PlatformChannelRecvmsg()
69 cmsg->cmsg_type = SCM_RIGHTS; in server()133 cmsg->cmsg_type == SCM_RIGHTS && in client()
61 cmsg->cmsg_type = SCM_RIGHTS; in SendMsg()127 cmsg->cmsg_type == SCM_RIGHTS) { in RecvMsgWithFlags()
50 cmsg->cmsg_type = SCM_RIGHTS; in main()
151 cmsg_socket_header->cmsg_type == SCM_RIGHTS) { in OpenDevice()
125 cmsg->cmsg_type = SCM_RIGHTS; in sock_send_fd()
394 #define SCM_RIGHTS 0x01 /* access rights (array of int) */ macro
433 cmsg->cmsg_type = SCM_RIGHTS; in ProcessOutgoingMessages()920 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) { in ExtractFileDescriptorsFromMsghdr()
394 if (cmsg->cmsg_level != SOL_SOCKET || cmsg->cmsg_type != SCM_RIGHTS) in ExtractRecvmsgFDs()
276 cmsg->cmsg_type = SCM_RIGHTS; in SendFd()
219 if (hdr->cmsg_type == SCM_RIGHTS) { in OnFileCanReadWithoutBlocking()
434 cmsg->cmsg_type = SCM_RIGHTS; in SendRendererReply()
199 #define VKI_SCM_RIGHTS SCM_RIGHTS
327 if (cmsg->cmsg_type == SCM_RIGHTS in printcmsghdr()
817 hdr->cmsg_type = SCM_RIGHTS; in RequestDump()
234 labels, but instead to pass the socket to manager via \verb|SCM_RIGHTS|
723 cmsg->cmsg_type = SCM_RIGHTS; in deliver_request()
3629 …Expecting %d %d %d %d", req->sd, sizeof(cbuf), sizeof(cbuf), SOL_SOCKET, SCM_RIGHTS); in read_msg()3635 cmsg->cmsg_type == SCM_RIGHTS) in read_msg()
2079 cmsg->cmsg_type != SCM_RIGHTS) in unix_process_msgfd()
35 # character devices to be passed in to QEMU via SCM_RIGHTS.