Home
last modified time | relevance | path

Searched refs:SO_MEMINFO (Results 1 – 22 of 22) sorted by relevance

/external/strace/xlat/
Dsock_options.h1273 #if defined(SO_MEMINFO) || (defined(HAVE_DECL_SO_MEMINFO) && HAVE_DECL_SO_MEMINFO)
1275 static_assert((SO_MEMINFO) == (57), "SO_MEMINFO != 57");
1278 # define SO_MEMINFO 57
1281 #if defined(SO_MEMINFO) || (defined(HAVE_DECL_SO_MEMINFO) && HAVE_DECL_SO_MEMINFO)
1283 static_assert((SO_MEMINFO) == (16432), "SO_MEMINFO != 16432");
1286 # define SO_MEMINFO 16432
1289 #if defined(SO_MEMINFO) || (defined(HAVE_DECL_SO_MEMINFO) && HAVE_DECL_SO_MEMINFO)
1291 static_assert((SO_MEMINFO) == (55), "SO_MEMINFO != 55");
1294 # define SO_MEMINFO 55
1842 XLAT(SO_MEMINFO),
[all …]
Dsock_options.in410 SO_MEMINFO 57
412 SO_MEMINFO 16432
414 SO_MEMINFO 55
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h98 #define SO_MEMINFO 55 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h114 #define SO_MEMINFO 55 macro
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const295 SO_MEMINFO = 55
Dsocket_386.const295 SO_MEMINFO = 55
Dsocket_arm64.const295 SO_MEMINFO = 55
Dsocket_arm.const295 SO_MEMINFO = 55
Dsocket_amd64.const295 SO_MEMINFO = 55
Dsocket.txt182 sockopt_opt_sock_buf = SO_PEERNAME, SO_PEERSEC, SO_GET_FILTER, SO_MEMINFO, SO_PEERGROUPS
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1811 SO_MEMINFO = 0x37 const
Dzerrors_linux_s390x.go1871 SO_MEMINFO = 0x37 const
Dzerrors_linux_arm.go1817 SO_MEMINFO = 0x37 const
Dzerrors_linux_ppc64le.go1867 SO_MEMINFO = 0x37 const
Dzerrors_linux_mips64.go1811 SO_MEMINFO = 0x37 const
Dzerrors_linux_ppc64.go1867 SO_MEMINFO = 0x37 const
Dzerrors_linux_amd64.go1811 SO_MEMINFO = 0x37 const
Dzerrors_linux_mips64le.go1811 SO_MEMINFO = 0x37 const
Dzerrors_linux_386.go1810 SO_MEMINFO = 0x37 const
Dzerrors_linux_mips.go1811 SO_MEMINFO = 0x37 const
Dzerrors_linux_arm64.go1801 SO_MEMINFO = 0x37 const
/external/strace/
DChangeLog15214 * xlat/sockoptions.in: Add SO_MEMINFO, SO_INCOMING_NAPI_ID,