Home
last modified time | relevance | path

Searched refs:SO_COOKIE (Results 1 – 6 of 6) 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.h96 #define SO_COOKIE 57 macro
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_maps.c1490 err = getsockopt(fd64, SOL_SOCKET, SO_COOKIE, &sk_cookie, in prepare_reuseport_grp()
/external/crosvm/net_sys/src/
Diff.rs347 pub const SO_COOKIE: u32 = 57; constant
/external/strace/
DChangeLog15215 and SO_COOKIE introduced by linux kernel commits v4.12-rc1~64^3~389,