Searched refs:SCM_CREDENTIALS (Results 1 – 16 of 16) sorted by relevance
13 #if defined(SCM_CREDENTIALS) || (defined(HAVE_DECL_SCM_CREDENTIALS) && HAVE_DECL_SCM_CREDENTIALS)15 static_assert((SCM_CREDENTIALS) == (2), "SCM_CREDENTIALS != 2");18 # define SCM_CREDENTIALS 293 XLAT(SCM_CREDENTIALS),
2 SCM_CREDENTIALS 2
80 cmsg->cmsg_type = SCM_CREDENTIALS; in main()
250 } else if (hdr->cmsg_type == SCM_CREDENTIALS) { in ClientEvent()
182 cmsg->cmsg_type == SCM_CREDENTIALS) { in RecvMsgWithFlags()
320 if (!cmsg || cmsg->cmsg_type != SCM_CREDENTIALS) { in linux_netlink_read_message()
403 cmsg->cmsg_type = SCM_CREDENTIALS; in nl_send_iovec()779 if (cmsg->cmsg_type != SCM_CREDENTIALS) in nl_recv()
218 [SCM_CREDENTIALS] = { print_scm_creds, sizeof(struct ucred) },
40625 SCM_CREDENTIALS and SCM_RIGHTS.
1004 hdr->cmsg_type = SCM_CREDENTIALS; in CrashHandler()1068 } else if (hdr->cmsg_type == SCM_CREDENTIALS) { in TEST()
623 (libc::SOL_SOCKET, libc::SCM_CREDENTIALS) => { in decode_from()973 ControlMessage::ScmCredentials(_) => libc::SCM_CREDENTIALS, in cmsg_type()
610 pub const SCM_CREDENTIALS: ::c_int = 0x02; constant
7627 #ifdef SCM_CREDENTIALS7628 PyModule_AddIntMacro(m, SCM_CREDENTIALS);
459 - Added support for `SCM_CREDENTIALS`, allowing to send process credentials over Unix sockets.
1602 pub const SCM_CREDENTIALS: ::c_int = 0x02; constant