Home
last modified time | relevance | path

Searched refs:SCM_CREDENTIALS (Results 1 - 25 of 31) sorted by relevance

12

/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 macro
333 cmsg.hdr.cmsg_type = SCM_CREDENTIALS; in pa_iochannel_write_with_creds()
456 if (cmh->cmsg_type == SCM_CREDENTIALS) { in pa_iochannel_read_with_ancil_data()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h313 #define SCM_CREDENTIALS 0x02 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h365 #define SCM_CREDENTIALS 0x02 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h356 #define SCM_CREDENTIALS 0x02 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h365 #define SCM_CREDENTIALS 0x02 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h367 #define SCM_CREDENTIALS 0x02 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h371 #define SCM_CREDENTIALS 0x02 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h365 #define SCM_CREDENTIALS 0x02 macro
/third_party/musl/include/sys/
H A Dsocket.h370 #define SCM_CREDENTIALS 0x02 macro
/third_party/eudev/src/udev/
H A Dudev-ctrl.c407 if (cmsg == NULL || cmsg->cmsg_type != SCM_CREDENTIALS) { in udev_ctrl_receive_msg()
H A Dudevd.c658 cmsg->cmsg_type == SCM_CREDENTIALS && in worker_returned()
/third_party/eudev/src/libudev/
H A Dlibudev-monitor.c598 if (cmsg == NULL || cmsg->cmsg_type != SCM_CREDENTIALS) { in udev_monitor_receive_device()
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs382 /// and the `SCM_CREDENTIALS` control message for UNIX sockets.
878 (libc::SOL_SOCKET, libc::SCM_CREDENTIALS) => { in decode_from()
1041 /// A message of type `SCM_CREDENTIALS`, containing the pid, uid and gid of
1381 ControlMessage::ScmCredentials(_) => libc::SCM_CREDENTIALS, in cmsg_type()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs635 pub const SCM_CREDENTIALS: ::c_int = 0x02; consts
/third_party/python/Modules/
H A Dsocketmodule.c7726 #ifdef SCM_CREDENTIALS
7727 PyModule_AddIntMacro(m, SCM_CREDENTIALS);
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2376 pub const SCM_CREDENTIALS: u32 = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1608 pub const SCM_CREDENTIALS: ::c_int = 0x02; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2375 pub const SCM_CREDENTIALS: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2355 pub const SCM_CREDENTIALS: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2485 pub const SCM_CREDENTIALS: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2556 pub const SCM_CREDENTIALS: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2507 pub const SCM_CREDENTIALS: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2618 pub const SCM_CREDENTIALS: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2459 pub const SCM_CREDENTIALS: u32 = 2; consts

Completed in 138 milliseconds

12