Searched refs:SO_PEERSEC (Results 1 – 15 of 15) sorted by relevance
/external/selinux/libselinux/src/ |
D | getpeercon.c | 10 #ifndef SO_PEERSEC 11 #define SO_PEERSEC 31 macro 26 ret = getsockopt(fd, SOL_SOCKET, SO_PEERSEC, buf, &size); in getpeercon_raw() 36 ret = getsockopt(fd, SOL_SOCKET, SO_PEERSEC, buf, &size); in getpeercon_raw()
|
/external/strace/xlat/ |
D | sock_options.h | 722 #if defined(SO_PEERSEC) || (defined(HAVE_DECL_SO_PEERSEC) && HAVE_DECL_SO_PEERSEC) 724 static_assert((SO_PEERSEC) == (30), "SO_PEERSEC != 30"); 727 # define SO_PEERSEC 30 730 #if defined(SO_PEERSEC) || (defined(HAVE_DECL_SO_PEERSEC) && HAVE_DECL_SO_PEERSEC) 732 static_assert((SO_PEERSEC) == (16413), "SO_PEERSEC != 16413"); 735 # define SO_PEERSEC 16413 738 #if defined(SO_PEERSEC) || (defined(HAVE_DECL_SO_PEERSEC) && HAVE_DECL_SO_PEERSEC) 740 static_assert((SO_PEERSEC) == (31), "SO_PEERSEC != 31"); 743 # define SO_PEERSEC 31 1664 XLAT(SO_PEERSEC), [all …]
|
D | sock_options.in | 232 SO_PEERSEC 30 234 SO_PEERSEC 16413 236 SO_PEERSEC 31
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | socket.h | 53 #define SO_PEERSEC 31 macro
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 38 pub const SO_PEERSEC: ::c_int = 0x001e; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 44 pub const SO_PEERSEC: ::c_int = 30; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 42 pub const SO_PEERSEC: ::c_int = 31; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 42 pub const SO_PEERSEC: ::c_int = 31; constant
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4987 #ifdef SO_PEERSEC 4988 { "SO_PEERSEC", (unsigned long) SO_PEERSEC },
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 664 pub const SO_PEERSEC: ::c_int = 31; constant
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 319 pub const SO_PEERSEC: u32 = 31; constant
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 7597 #ifdef SO_PEERSEC 7598 PyModule_AddIntMacro(m, SO_PEERSEC);
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1081 pub const SO_PEERSEC: ::c_int = 31; constant
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 364 ``SO_DOMAIN``, ``SO_PROTOCOL``, ``SO_PEERSEC``, ``SO_PASSSEC``,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1411 ``SO_PROTOCOL``, ``SO_PEERSEC``, and ``SO_PASSSEC`` are now supported.
|