/external/ltp/include/lapi/ |
D | tcp.h | 23 #ifndef TCP_FASTOPEN 24 # define TCP_FASTOPEN 23 macro
|
/external/strace/xlat/ |
D | sock_tcp_options.h | 160 #if defined(TCP_FASTOPEN) || (defined(HAVE_DECL_TCP_FASTOPEN) && HAVE_DECL_TCP_FASTOPEN) 162 static_assert((TCP_FASTOPEN) == (23), "TCP_FASTOPEN != 23"); 165 # define TCP_FASTOPEN 23 291 [TCP_FASTOPEN] = XLAT(TCP_FASTOPEN),
|
D | sock_tcp_options.in | 24 TCP_FASTOPEN 23
|
/external/iproute2/include/uapi/linux/ |
D | tcp.h | 113 #define TCP_FASTOPEN 23 /* Enable FastOpen on listeners */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | tcp.h | 113 #define TCP_FASTOPEN 23 /* Enable FastOpen on listeners */ macro
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | tcp_fastopen_backup_key.c | 134 if (setsockopt(rcv_fds[i], SOL_TCP, TCP_FASTOPEN, &qlen, in build_rcv_fd()
|
D | reuseport_bpf.c | 177 if (setsockopt(fd[i], SOL_TCP, TCP_FASTOPEN, &opt, in build_recv_group()
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 527 pub const TCP_FASTOPEN: ::c_int = 23; constant
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 699 SAFE_SETSOCKOPT_INT(sfd, IPPROTO_TCP, TCP_FASTOPEN, in server_init()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b2.rst | 238 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on
|
D | 3.6.5rc1.rst | 316 socket: Remove TCP_FASTOPEN, TCP_KEEPCNT flags on older version Windows
|
D | 3.8.0a1.rst | 5811 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1041 pub const TCP_FASTOPEN: ::c_int = 1025; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 632 pub const TCP_FASTOPEN: ::c_int = 23; constant
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1350 pub const TCP_FASTOPEN: ::c_int = 23; constant
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 8221 #ifdef TCP_FASTOPEN 8222 PyModule_AddIntMacro(m, TCP_FASTOPEN);
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2435 pub const TCP_FASTOPEN: ::c_int = 0x105; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2734 pub const TCP_FASTOPEN: ::c_int = 23; constant
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 368 On Windows, ``TCP_FASTOPEN``, ``TCP_KEEPCNT`` appear if run-time Windows
|
/external/python/cpython3/Misc/ |
D | HISTORY | 5580 - Expose the TCP_FASTOPEN and MSG_FASTOPEN flags in socket when they're
|