Home
last modified time | relevance | path

Searched refs:MSG_FASTOPEN (Results 1 - 16 of 16) sorted by relevance

/third_party/ltp/include/lapi/
H A Dsocket.h17 #ifndef MSG_FASTOPEN
18 # define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h347 #define MSG_FASTOPEN 0x20000000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h338 #define MSG_FASTOPEN 0x20000000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h347 #define MSG_FASTOPEN 0x20000000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h349 #define MSG_FASTOPEN 0x20000000 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h353 #define MSG_FASTOPEN 0x20000000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h347 #define MSG_FASTOPEN 0x20000000 macro
/third_party/musl/include/sys/
H A Dsocket.h353 #define MSG_FASTOPEN 0x20000000 macro
/third_party/musl/src/network/
H A Dres_msend.c63 r = sendmsg(fd, &mh, MSG_FASTOPEN|MSG_NOSIGNAL); in start_tcp()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dnameservercheck_client.c82 r = sendmsg(fd, &mh, MSG_FASTOPEN|MSG_NOSIGNAL); in start_tcp()
/third_party/curl/lib/
H A Dcf-socket.c1120 #elif defined(MSG_FASTOPEN) /* old Linux */ in do_connect()
1308 #if defined(MSG_FASTOPEN) && !defined(TCP_FASTOPEN_CONNECT) /* Linux */ in cf_socket_send()
1310 nwritten = sendto(ctx->sock, buf, len, MSG_FASTOPEN, in cf_socket_send()
H A Dsetopt.c2931 #if defined(CONNECT_DATA_IDEMPOTENT) || defined(MSG_FASTOPEN) || \ in Curl_vsetopt()
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c338 SAFE_SENDTO(1, cfd, msg, size, send_flags | MSG_FASTOPEN, in client_connect_send()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs792 pub const MSG_FASTOPEN: ::c_int = 0x20000000; consts
/third_party/python/Modules/
H A Dsocketmodule.c7798 #ifdef MSG_FASTOPEN
7799 PyModule_AddIntMacro(m, MSG_FASTOPEN);
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1769 pub const MSG_FASTOPEN: ::c_int = 0x20000000; consts

Completed in 40 milliseconds