Home
last modified time | relevance | path

Searched refs:TCP_FASTOPEN_CONNECT (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dtcp.h15 #ifndef TCP_FASTOPEN_CONNECT
16 # define TCP_FASTOPEN_CONNECT 30 /* Attempt FastOpen with connect */ macro
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c230 #if defined(TCP_FASTOPEN_CONNECT) in lws_plat_set_socket_options_ip()
232 if (setsockopt(fd, IPPROTO_TCP, TCP_FASTOPEN_CONNECT, (void *)&optval, in lws_plat_set_socket_options_ip()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dnameservercheck_client.c41 #define TCP_FASTOPEN_CONNECT 30 macro
80 if (!setsockopt(fd, IPPROTO_TCP, TCP_FASTOPEN_CONNECT, in start_tcp()
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dtcp.h34 #define TCP_FASTOPEN_CONNECT 30 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dtcp.h34 #define TCP_FASTOPEN_CONNECT 30 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dtcp.h34 #define TCP_FASTOPEN_CONNECT 30 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dtcp.h34 #define TCP_FASTOPEN_CONNECT 30 macro
/third_party/musl/include/netinet/
H A Dtcp.h34 #define TCP_FASTOPEN_CONNECT 30 macro
/third_party/curl/lib/
H A Dcf-socket.c1083 #ifdef TCP_FASTOPEN_CONNECT in do_connect()
1113 #elif defined(TCP_FASTOPEN_CONNECT) /* Linux >= 4.11 */ in do_connect()
1114 if(setsockopt(ctx->sock, IPPROTO_TCP, TCP_FASTOPEN_CONNECT, in do_connect()
1308 #if defined(MSG_FASTOPEN) && !defined(TCP_FASTOPEN_CONNECT) /* Linux */ in cf_socket_send()
H A Dsetopt.c2932 defined(TCP_FASTOPEN_CONNECT) in Curl_vsetopt()
/third_party/musl/src/network/
H A Dres_msend.c61 if (!setsockopt(fd, IPPROTO_TCP, TCP_FASTOPEN_CONNECT, in start_tcp()
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c162 TCP_FASTOPEN_CONNECT, 1); in init_socket_opts()
1004 {"F", &fastopen_sapi, "TCP_FASTOPEN_CONNECT socket option and standard API"},
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1017 pub const TCP_FASTOPEN_CONNECT: ::c_int = 30; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1649 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1649 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1641 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1662 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1654 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1656 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1646 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1637 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1890 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1644 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1898 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1645 pub const TCP_FASTOPEN_CONNECT: u32 = 30; consts

Completed in 165 milliseconds

12