HomeSort by relevance Sort by last modified time
    Searched refs:SO_COOKIE (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/uapi/asm-generic/
socket.h 87 #define SO_COOKIE 57
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 102 #define SO_COOKIE 57
  /bionic/libc/kernel/uapi/asm-mips/asm/
socket.h 86 #define SO_COOKIE 57
  /external/kernel-headers/original/uapi/asm-mips/asm/
socket.h 118 #define SO_COOKIE 57
  /external/strace/xlat/
sockoptions.h 182 #if defined(SO_COOKIE) || (defined(HAVE_DECL_SO_COOKIE) && HAVE_DECL_SO_COOKIE)
183 XLAT(SO_COOKIE),
  /system/netd/libbpf/
BpfUtils.cpp 198 int res = getsockopt(sockFd, SOL_SOCKET, SO_COOKIE, &sock_cookie, &cookie_len);
  /kernel/tests/net/test/
net_test.py 43 SO_COOKIE = 57
sock_diag.py 379 cookie = s.getsockopt(net_test.SOL_SOCKET, net_test.SO_COOKIE, 8)
sock_diag_test.py 356 """Tests that getsockopt SO_COOKIE can get cookie for all sockets."""
360 cookie = sock.getsockopt(net_test.SOL_SOCKET, net_test.SO_COOKIE, 8)
363 @unittest.skipUnless(HAVE_SO_COOKIE_SUPPORT, "SO_COOKIE not supported")
    [all...]

Completed in 225 milliseconds