Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsock_tcp_options.h48 #if defined(TCP_SYNCNT) || (defined(HAVE_DECL_TCP_SYNCNT) && HAVE_DECL_TCP_SYNCNT)
50 static_assert((TCP_SYNCNT) == (7), "TCP_SYNCNT != 7");
53 # define TCP_SYNCNT 7
275 [TCP_SYNCNT] = XLAT(TCP_SYNCNT),
Dsock_tcp_options.in8 TCP_SYNCNT 7
/external/syzkaller/sys/linux/
Dsocket_inet_tcp_arm.const43 TCP_SYNCNT = 7
Dsocket_inet_tcp_arm64.const43 TCP_SYNCNT = 7
Dsocket_inet_tcp_amd64.const43 TCP_SYNCNT = 7
Dsocket_inet_tcp_ppc64le.const43 TCP_SYNCNT = 7
Dsocket_inet_tcp_386.const43 TCP_SYNCNT = 7
Dsocket_inet_tcp.txt38 …DELAY, TCP_MAXSEG, TCP_CORK, TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT, TCP_SYNCNT, TCP_LINGER2, TC…
/external/iproute2/include/netinet/
Dtcp.h46 #define TCP_SYNCNT 7 /* Number of SYN retransmits */ macro
/external/iproute2/include/uapi/linux/
Dtcp.h98 #define TCP_SYNCNT 7 /* Number of SYN retransmits */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h98 #define TCP_SYNCNT 7 /* Number of SYN retransmits */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1631 TCP_SYNCNT = 0x7 const
Dzerrors_linux_mipsle.go1967 TCP_SYNCNT = 0x7 const
Dzerrors_linux_s390x.go2027 TCP_SYNCNT = 0x7 const
Dzerrors_linux_arm.go1973 TCP_SYNCNT = 0x7 const
Dzerrors_linux_ppc64le.go2021 TCP_SYNCNT = 0x7 const
Dzerrors_linux_mips64.go1967 TCP_SYNCNT = 0x7 const
Dzerrors_linux_ppc64.go2021 TCP_SYNCNT = 0x7 const
Dzerrors_linux_amd64.go1967 TCP_SYNCNT = 0x7 const
Dzerrors_linux_mips64le.go1967 TCP_SYNCNT = 0x7 const
Dzerrors_linux_386.go1966 TCP_SYNCNT = 0x7 const
Dzerrors_linux_mips.go1967 TCP_SYNCNT = 0x7 const
Dzerrors_linux_arm64.go1958 TCP_SYNCNT = 0x7 const
/external/python/cpython2/Modules/
Dsocketmodule.c5364 #ifdef TCP_SYNCNT
5365 PyModule_AddIntConstant(m, "TCP_SYNCNT", TCP_SYNCNT);
/external/python/cpython3/Modules/
Dsocketmodule.c7759 #ifdef TCP_SYNCNT
7760 PyModule_AddIntMacro(m, TCP_SYNCNT);