Home
last modified time | relevance | path

Searched refs:SO_PEERSEC (Results 1 – 18 of 18) sorted by relevance

/third_party/selinux/libselinux/src/
Dgetpeercon.c10 #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()
/third_party/musl/arch/powerpc/bits/
Dsocket.h21 #define SO_PEERSEC 31 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h23 #define SO_PEERSEC 31 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h30 #define SO_PEERSEC 30 macro
/third_party/musl/arch/mips/bits/
Dsocket.h30 #define SO_PEERSEC 30 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h30 #define SO_PEERSEC 30 macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h224 #define SO_PEERSEC 31 macro
/third_party/musl/include/sys/
Dsocket.h220 #define SO_PEERSEC 31 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h220 #define SO_PEERSEC 31 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h220 #define SO_PEERSEC 31 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h209 #define SO_PEERSEC 31 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h224 #define SO_PEERSEC 31 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h220 #define SO_PEERSEC 31 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h220 #define SO_PEERSEC 31 macro
/third_party/python/Modules/
Dsocketmodule.c7553 #ifdef SO_PEERSEC
7554 PyModule_AddIntMacro(m, SO_PEERSEC);
/third_party/musl/
DWHATSNEW1983 - SO_PEERSEC definition was wrong on mips
2114 - s390x SO_PEERSEC definition was wrong
/third_party/python/Doc/library/
Dsocket.rst373 ``SO_DOMAIN``, ``SO_PROTOCOL``, ``SO_PEERSEC``, ``SO_PASSSEC``,
/third_party/python/Doc/whatsnew/
D3.6.rst1411 ``SO_PROTOCOL``, ``SO_PEERSEC``, and ``SO_PASSSEC`` are now supported.