Searched refs:SCM_RIGHTS (Results 1 – 21 of 21) sorted by relevance
2 #if !(defined(SCM_RIGHTS) || (defined(HAVE_DECL_SCM_RIGHTS) && HAVE_DECL_SCM_RIGHTS))3 # define SCM_RIGHTS 1 macro20 XLAT(SCM_RIGHTS),
1 SCM_RIGHTS 1
138 cmsg.hdr.cmsg_type = SCM_RIGHTS; in send_fd()178 cmsg.hdr.cmsg_type = SCM_RIGHTS; in recv_fd()200 assert(h->cmsg_type == SCM_RIGHTS); in recv_fd()
69 cmsg->cmsg_type = SCM_RIGHTS; in server()133 cmsg->cmsg_type == SCM_RIGHTS && in client()
69 cmsg->cmsg_type = SCM_RIGHTS; in SendMsg()142 cmsg->cmsg_type == SCM_RIGHTS) { in RecvMsgWithFlags()
70 hdr->cmsg_type = SCM_RIGHTS; in RequestDump()
233 if (hdr->cmsg_type == SCM_RIGHTS) { in ClientEvent()
57 cmsg->cmsg_type = SCM_RIGHTS; in bpf_map_set_init()
74 control.cmsg.cmsg_type = SCM_RIGHTS; in main()
188 if (!cmsg || cmsg->cmsg_type != SCM_RIGHTS) in bpf_map_set_recv()
333 if (cmsg->cmsg_level != SOL_SOCKET || cmsg->cmsg_type != SCM_RIGHTS) in ExtractRecvmsgFDs()
905 hdr->cmsg_type = SCM_RIGHTS; in CrashHandler()971 if (hdr->cmsg_type == SCM_RIGHTS) { in TEST()
353 if (cm->cmsg_level == SOL_SOCKET && cm->cmsg_type == SCM_RIGHTS) in _dbus_read_socket_with_unix_fds()463 cm->cmsg_type = SCM_RIGHTS; in _dbus_write_socket_with_unix_fds_two()4037 #ifdef SCM_RIGHTS in _dbus_socket_can_pass_unix_fd()
207 #define VKI_SCM_RIGHTS SCM_RIGHTS
1070 #define VKI_SCM_RIGHTS SCM_RIGHTS
1221 # Check for SCM_RIGHTS1222 AC_MSG_CHECKING([for SCM_RIGHTS])1227 static int x = SCM_RIGHTS;
234 labels, but instead to pass the socket to manager via \verb|SCM_RIGHTS|
482 case SCM_RIGHTS: in print_cmsg_type_data()
1795 if (!cmsg || cmsg->cmsg_type != SCM_RIGHTS) in bpf_map_set_recv()
724 cmsg->cmsg_type = SCM_RIGHTS; in deliver_request()
3625 …Expecting %d %d %d %d", req->sd, sizeof(cbuf), sizeof(cbuf), SOL_SOCKET, SCM_RIGHTS); in read_msg()3631 cmsg->cmsg_type == SCM_RIGHTS) in read_msg()