/external/strace/xlat/ |
D | sock_tcp_options.h | 209 #if defined(TCP_FASTOPEN_CONNECT) || (defined(HAVE_DECL_TCP_FASTOPEN_CONNECT) && HAVE_DECL_TCP_FAST… 211 static_assert((TCP_FASTOPEN_CONNECT) == (30), "TCP_FASTOPEN_CONNECT != 30"); 214 # define TCP_FASTOPEN_CONNECT 30 298 [TCP_FASTOPEN_CONNECT] = XLAT(TCP_FASTOPEN_CONNECT),
|
D | sock_tcp_options.in | 31 TCP_FASTOPEN_CONNECT 30
|
/external/ltp/include/lapi/ |
D | tcp.h | 27 #ifndef TCP_FASTOPEN_CONNECT 28 # define TCP_FASTOPEN_CONNECT 30 /* Attempt FastOpen with connect */ macro
|
/external/syzkaller/sys/linux/ |
D | socket_inet_tcp_arm.const | 20 TCP_FASTOPEN_CONNECT = 30
|
D | socket_inet_tcp_arm64.const | 20 TCP_FASTOPEN_CONNECT = 30
|
D | socket_inet_tcp_amd64.const | 20 TCP_FASTOPEN_CONNECT = 30
|
D | socket_inet_tcp_ppc64le.const | 20 TCP_FASTOPEN_CONNECT = 30
|
D | socket_inet_tcp_386.const | 20 TCP_FASTOPEN_CONNECT = 30
|
D | socket_inet_tcp.txt | 38 …MEOUT, TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_FASTOPEN, TCP_FASTOPEN_CONNECT, TCP_FASTOP…
|
/external/iproute2/include/uapi/linux/ |
D | tcp.h | 120 #define TCP_FASTOPEN_CONNECT 30 /* Attempt FastOpen with connect */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | tcp.h | 120 #define TCP_FASTOPEN_CONNECT 30 /* Attempt FastOpen with connect */ macro
|
/external/curl/lib/ |
D | connect.c | 1008 #ifdef TCP_FASTOPEN_CONNECT in singleipconnect() 1117 #elif defined(TCP_FASTOPEN_CONNECT) /* Linux >= 4.11 */ in singleipconnect() 1118 if(setsockopt(sockfd, IPPROTO_TCP, TCP_FASTOPEN_CONNECT, in singleipconnect()
|
D | sendf.c | 383 #if defined(MSG_FASTOPEN) && !defined(TCP_FASTOPEN_CONNECT) /* Linux */ in Curl_send_plain()
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 164 TCP_FASTOPEN_CONNECT, 1); in init_socket_opts()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_mipsle.go | 1941 TCP_FASTOPEN_CONNECT = 0x1e const
|
D | zerrors_linux_s390x.go | 2001 TCP_FASTOPEN_CONNECT = 0x1e const
|
D | zerrors_linux_arm.go | 1947 TCP_FASTOPEN_CONNECT = 0x1e const
|
D | zerrors_linux_ppc64le.go | 1995 TCP_FASTOPEN_CONNECT = 0x1e const
|
D | zerrors_linux_mips64.go | 1941 TCP_FASTOPEN_CONNECT = 0x1e const
|
D | zerrors_linux_ppc64.go | 1995 TCP_FASTOPEN_CONNECT = 0x1e const
|
D | zerrors_linux_amd64.go | 1941 TCP_FASTOPEN_CONNECT = 0x1e const
|
D | zerrors_linux_mips64le.go | 1941 TCP_FASTOPEN_CONNECT = 0x1e const
|
D | zerrors_linux_386.go | 1940 TCP_FASTOPEN_CONNECT = 0x1e const
|
D | zerrors_linux_mips.go | 1941 TCP_FASTOPEN_CONNECT = 0x1e const
|
D | zerrors_linux_arm64.go | 1932 TCP_FASTOPEN_CONNECT = 0x1e const
|