Home
last modified time | relevance | path

Searched refs:SO_COOKIE (Results 1 – 23 of 23) sorted by relevance

/external/strace/xlat/
Dsock_options.h1323 #if defined(SO_COOKIE) || (defined(HAVE_DECL_SO_COOKIE) && HAVE_DECL_SO_COOKIE)
1325 static_assert((SO_COOKIE) == (59), "SO_COOKIE != 59");
1328 # define SO_COOKIE 59
1331 #if defined(SO_COOKIE) || (defined(HAVE_DECL_SO_COOKIE) && HAVE_DECL_SO_COOKIE)
1333 static_assert((SO_COOKIE) == (16434), "SO_COOKIE != 16434");
1336 # define SO_COOKIE 16434
1339 #if defined(SO_COOKIE) || (defined(HAVE_DECL_SO_COOKIE) && HAVE_DECL_SO_COOKIE)
1341 static_assert((SO_COOKIE) == (57), "SO_COOKIE != 57");
1344 # define SO_COOKIE 57
1858 XLAT(SO_COOKIE),
[all …]
Dsock_options.in426 SO_COOKIE 59
428 SO_COOKIE 16434
430 SO_COOKIE 57
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h102 #define SO_COOKIE 57 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h118 #define SO_COOKIE 57 macro
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const283 SO_COOKIE = 57
Dsocket_386.const283 SO_COOKIE = 57
Dsocket_arm64.const283 SO_COOKIE = 57
Dsocket_arm.const283 SO_COOKIE = 57
Dsocket_amd64.const283 SO_COOKIE = 57
Dsocket.txt172 getsockopt$SO_COOKIE(fd sock, level const[SOL_SOCKET], optname const[SO_COOKIE], optval ptr[out, in…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1796 SO_COOKIE = 0x39 const
Dzerrors_linux_s390x.go1856 SO_COOKIE = 0x39 const
Dzerrors_linux_arm.go1802 SO_COOKIE = 0x39 const
Dzerrors_linux_ppc64le.go1852 SO_COOKIE = 0x39 const
Dzerrors_linux_mips64.go1796 SO_COOKIE = 0x39 const
Dzerrors_linux_ppc64.go1852 SO_COOKIE = 0x39 const
Dzerrors_linux_amd64.go1796 SO_COOKIE = 0x39 const
Dzerrors_linux_mips64le.go1796 SO_COOKIE = 0x39 const
Dzerrors_linux_386.go1795 SO_COOKIE = 0x39 const
Dzerrors_linux_mips.go1796 SO_COOKIE = 0x39 const
Dzerrors_linux_arm64.go1786 SO_COOKIE = 0x39 const
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_maps.c1338 err = getsockopt(fd64, SOL_SOCKET, SO_COOKIE, &sk_cookie, in prepare_reuseport_grp()
/external/strace/
DChangeLog15215 and SO_COOKIE introduced by linux kernel commits v4.12-rc1~64^3~389,