Home
last modified time | relevance | path

Searched refs:TCP_USER_TIMEOUT (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/xlat/
Dsock_tcp_options.h125 #if defined(TCP_USER_TIMEOUT) || (defined(HAVE_DECL_TCP_USER_TIMEOUT) && HAVE_DECL_TCP_USER_TIMEOUT)
127 static_assert((TCP_USER_TIMEOUT) == (18), "TCP_USER_TIMEOUT != 18");
130 # define TCP_USER_TIMEOUT 18
286 [TCP_USER_TIMEOUT] = XLAT(TCP_USER_TIMEOUT),
Dsock_tcp_options.in19 TCP_USER_TIMEOUT 18
/external/syzkaller/sys/linux/
Dsocket_inet_tcp_arm.const48 TCP_USER_TIMEOUT = 18
Dsocket_inet_tcp_arm64.const48 TCP_USER_TIMEOUT = 18
Dsocket_inet_tcp_amd64.const48 TCP_USER_TIMEOUT = 18
Dsocket_inet_tcp_ppc64le.const48 TCP_USER_TIMEOUT = 18
Dsocket_inet_tcp_386.const48 TCP_USER_TIMEOUT = 18
Dsocket_inet_tcp.txt38 …DOW_CLAMP, TCP_QUICKACK, TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT, TCP_REPAIR, …
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc297 if (0 != setsockopt(fd, IPPROTO_TCP, TCP_USER_TIMEOUT, &timeout, in grpc_set_socket_tcp_user_timeout()
301 if (0 != getsockopt(fd, IPPROTO_TCP, TCP_USER_TIMEOUT, &newval, &len)) { in grpc_set_socket_tcp_user_timeout()
/external/iproute2/include/uapi/linux/
Dtcp.h108 #define TCP_USER_TIMEOUT 18 /* How long for loss retry before timeout */ macro
/external/python/cpython3/Misc/NEWS.d/
D3.6.0rc1.rst73 :data:`socket.TCP_USER_TIMEOUT` (Linux 2.6.37) constants. Patch written by
/external/kernel-headers/original/uapi/linux/
Dtcp.h108 #define TCP_USER_TIMEOUT 18 /* How long for loss retry before timeout */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1637 TCP_USER_TIMEOUT = 0x12 const
Dzerrors_linux_mipsle.go1974 TCP_USER_TIMEOUT = 0x12 const
Dzerrors_linux_s390x.go2034 TCP_USER_TIMEOUT = 0x12 const
Dzerrors_linux_arm.go1980 TCP_USER_TIMEOUT = 0x12 const
Dzerrors_linux_ppc64le.go2028 TCP_USER_TIMEOUT = 0x12 const
Dzerrors_linux_mips64.go1974 TCP_USER_TIMEOUT = 0x12 const
Dzerrors_linux_ppc64.go2028 TCP_USER_TIMEOUT = 0x12 const
Dzerrors_linux_amd64.go1974 TCP_USER_TIMEOUT = 0x12 const
Dzerrors_linux_mips64le.go1974 TCP_USER_TIMEOUT = 0x12 const
Dzerrors_linux_386.go1973 TCP_USER_TIMEOUT = 0x12 const
Dzerrors_linux_mips.go1974 TCP_USER_TIMEOUT = 0x12 const
Dzerrors_linux_arm64.go1965 TCP_USER_TIMEOUT = 0x12 const
/external/python/cpython3/Modules/
Dsocketmodule.c7783 #ifdef TCP_USER_TIMEOUT
7784 PyModule_AddIntMacro(m, TCP_USER_TIMEOUT);

12