Home
last modified time | relevance | path

Searched refs:SCM_CREDENTIALS (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dscmvals.h13 #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 2
93 XLAT(SCM_CREDENTIALS),
Dscmvals.in2 SCM_CREDENTIALS 2
/external/compiler-rt/test/msan/Linux/
Dcmsghdr.cc80 cmsg->cmsg_type = SCM_CREDENTIALS; in main()
/external/llvm-project/compiler-rt/test/msan/Linux/
Dcmsghdr.cpp80 cmsg->cmsg_type = SCM_CREDENTIALS; in main()
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc250 } else if (hdr->cmsg_type == SCM_CREDENTIALS) { in ClientEvent()
/external/libchrome/base/posix/
Dunix_domain_socket.cc182 cmsg->cmsg_type == SCM_CREDENTIALS) { in RecvMsgWithFlags()
/external/libusb/libusb/os/
Dlinux_netlink.c320 if (!cmsg || cmsg->cmsg_type != SCM_CREDENTIALS) { in linux_netlink_read_message()
/external/libnl/lib/
Dnl.c403 cmsg->cmsg_type = SCM_CREDENTIALS; in nl_send_iovec()
779 if (cmsg->cmsg_type != SCM_CREDENTIALS) in nl_recv()
/external/strace/
Dmsghdr.c218 [SCM_CREDENTIALS] = { print_scm_creds, sizeof(struct ucred) },
DChangeLog40625 SCM_CREDENTIALS and SCM_RIGHTS.
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc1004 hdr->cmsg_type = SCM_CREDENTIALS; in CrashHandler()
1068 } else if (hdr->cmsg_type == SCM_CREDENTIALS) { in TEST()
/external/rust/crates/nix/src/sys/socket/
Dmod.rs623 (libc::SOL_SOCKET, libc::SCM_CREDENTIALS) => { in decode_from()
973 ControlMessage::ScmCredentials(_) => libc::SCM_CREDENTIALS, in cmsg_type()
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs610 pub const SCM_CREDENTIALS: ::c_int = 0x02; constant
/external/python/cpython3/Modules/
Dsocketmodule.c7627 #ifdef SCM_CREDENTIALS
7628 PyModule_AddIntMacro(m, SCM_CREDENTIALS);
/external/rust/crates/nix/
DCHANGELOG.md459 - Added support for `SCM_CREDENTIALS`, allowing to send process credentials over Unix sockets.
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1602 pub const SCM_CREDENTIALS: ::c_int = 0x02; constant