Home
last modified time | relevance | path

Searched refs:TCP_FASTOPEN (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dtcp.h11 #ifndef TCP_FASTOPEN
12 # define TCP_FASTOPEN 23 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dtcp.h27 #define TCP_FASTOPEN 23 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dtcp.h27 #define TCP_FASTOPEN 23 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dtcp.h27 #define TCP_FASTOPEN 23 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dtcp.h27 #define TCP_FASTOPEN 23 macro
/third_party/musl/include/netinet/
H A Dtcp.h27 #define TCP_FASTOPEN 23 macro
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dinternal.h43 /* for TCP_FASTOPEN */
1294 #ifdef TCP_FASTOPEN
H A Ddaemon.c87 #ifdef TCP_FASTOPEN
3290 #ifdef TCP_FASTOPEN in parse_options_va()
3590 #ifndef TCP_FASTOPEN in MHD_start_daemon_va()
3968 #ifdef TCP_FASTOPEN in MHD_start_daemon_va()
3974 IPPROTO_TCP, TCP_FASTOPEN, in MHD_start_daemon_va()
4724 #ifdef TCP_FASTOPEN in MHD_is_feature_supported()
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c342 #if defined(WIN32) && defined(TCP_FASTOPEN) in _lws_vhost_init_server_af()
346 TCP_FASTOPEN, in _lws_vhost_init_server_af()
354 #if defined(TCP_FASTOPEN) in _lws_vhost_init_server_af()
358 if (setsockopt(wsi->desc.sockfd, SOL_TCP, TCP_FASTOPEN, in _lws_vhost_init_server_af()
360 lwsl_warn("%s: TCP_FASTOPEN failed\n", __func__); in _lws_vhost_init_server_af()
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c698 SAFE_SETSOCKOPT_INT(sfd, IPPROTO_TCP, TCP_FASTOPEN, in server_init()
/third_party/nghttp2/src/
H A Dshrpx.cc154 // conditional define for TCP_FASTOPEN mostly on ubuntu
155 # ifndef TCP_FASTOPEN
156 # define TCP_FASTOPEN 23 macro
941 if (setsockopt(fd, SOL_TCP, TCP_FASTOPEN, &val, in create_tcp_server_socket()
944 LOG(WARN) << "Failed to set TCP_FASTOPEN option to listener socket: " in create_tcp_server_socket()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1006 pub const TCP_FASTOPEN: ::c_int = 23; consts
/third_party/python/Modules/
H A Dsocketmodule.c330 {14393, "TCP_FASTOPEN"}
8345 #ifdef TCP_FASTOPEN
8346 PyModule_AddIntMacro(m, TCP_FASTOPEN);
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1642 pub const TCP_FASTOPEN: u32 = 23; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2749 pub const TCP_FASTOPEN: ::c_int = 23; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2917 pub const TCP_FASTOPEN: ::c_int = 1025; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1642 pub const TCP_FASTOPEN: u32 = 23; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1634 pub const TCP_FASTOPEN: u32 = 23; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1655 pub const TCP_FASTOPEN: u32 = 23; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1647 pub const TCP_FASTOPEN: u32 = 23; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1649 pub const TCP_FASTOPEN: u32 = 23; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1639 pub const TCP_FASTOPEN: u32 = 23; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1630 pub const TCP_FASTOPEN: u32 = 23; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1883 pub const TCP_FASTOPEN: u32 = 23; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1637 pub const TCP_FASTOPEN: u32 = 23; consts

Completed in 177 milliseconds

12