Home
last modified time | relevance | path

Searched refs:SO_PEERCRED (Results 1 - 25 of 39) sorted by relevance

12

/third_party/musl/arch/powerpc/bits/
H A Dsocket.h19 #define SO_PEERCRED 21 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsocket.h21 #define SO_PEERCRED 21 macro
/third_party/musl/arch/mips/bits/
H A Dsocket.h29 #define SO_PEERCRED 18 macro
/third_party/musl/arch/mips64/bits/
H A Dsocket.h29 #define SO_PEERCRED 18 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsocket.h29 #define SO_PEERCRED 18 macro
/third_party/ltp/testcases/kernel/syscalls/getsockopt/
H A Dgetsockopt02.c7 * Test description: Test retrieving of peer credentials (SO_PEERCRED)
57 SO_PEERCRED, &cred, &cred_len) < 0) { in test_function()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h216 #define SO_PEERCRED 17 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h205 #define SO_PEERCRED 17 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h216 #define SO_PEERCRED 17 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h216 #define SO_PEERCRED 17 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h220 #define SO_PEERCRED 17 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h216 #define SO_PEERCRED 17 macro
/third_party/musl/include/sys/
H A Dsocket.h220 #define SO_PEERCRED 17 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs37 pub const SO_PEERCRED: ::c_int = 17; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs48 pub const SO_PEERCRED: ::c_int = 18; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs24 pub const SO_PEERCRED: ::c_int = 0x0040; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs29 pub const SO_PEERCRED: ::c_int = 21; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs505 libc::SO_PEERCRED,
/third_party/eudev/src/shared/
H A Dutil.c1659 r = getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &u, &n); in getpeercred()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs705 pub const SO_PEERCRED: ::c_int = 17; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs998 pub const SO_PEERCRED: ::c_int = 0x1022; consts
/third_party/python/Modules/
H A Dsocketmodule.c7681 #ifdef SO_PEERCRED
7682 PyModule_AddIntMacro(m, SO_PEERCRED);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1238 pub const SO_PEERCRED: ::c_int = 0x4000000b; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1429 pub const SO_PEERCRED: ::c_int = 17; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1078 pub const SO_PEERCRED: u32 = 17; consts

Completed in 58 milliseconds

12