Home
last modified time | relevance | path

Searched refs:SCM_CREDS (Results 1 - 8 of 8) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dcreds.h37 #if defined(SCM_CREDENTIALS) || defined(SCM_CREDS)
H A Diochannel.c266 #define SCM_CREDENTIALS SCM_CREDS
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs436 /// This struct is used with the `SCM_CREDS` ancillary message for UNIX sockets.
883 (libc::SOL_SOCKET, libc::SCM_CREDS) => { in decode_from()
1054 /// A message of type `SCM_CREDS`, containing the pid, uid, euid, gid and groups of
1383 ControlMessage::ScmCreds => libc::SCM_CREDS, in cmsg_type()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs956 pub const SCM_CREDS: ::c_int = 0x03; consts
/third_party/python/Modules/
H A Dsocketmodule.c7729 #ifdef SCM_CREDS
7730 PyModule_AddIntMacro(m, SCM_CREDS);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1612 pub const SCM_CREDS: ::c_int = 0x10; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1033 pub const SCM_CREDS: ::c_int = 0x04; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3722 pub const SCM_CREDS: ::c_int = 0x03; consts

Completed in 45 milliseconds