Searched refs:MSG_FASTOPEN (Results 1 - 16 of 16) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | socket.h | 17 #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 D | socket.h | 347 #define MSG_FASTOPEN 0x20000000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 338 #define MSG_FASTOPEN 0x20000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 347 #define MSG_FASTOPEN 0x20000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 349 #define MSG_FASTOPEN 0x20000000 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 353 #define MSG_FASTOPEN 0x20000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 347 #define MSG_FASTOPEN 0x20000000 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 353 #define MSG_FASTOPEN 0x20000000 macro
|
/third_party/musl/src/network/ |
H A D | res_msend.c | 63 r = sendmsg(fd, &mh, MSG_FASTOPEN|MSG_NOSIGNAL); in start_tcp()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | nameservercheck_client.c | 82 r = sendmsg(fd, &mh, MSG_FASTOPEN|MSG_NOSIGNAL); in start_tcp()
|
/third_party/curl/lib/ |
H A D | cf-socket.c | 1120 #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 D | setopt.c | 2931 #if defined(CONNECT_DATA_IDEMPOTENT) || defined(MSG_FASTOPEN) || \ in Curl_vsetopt()
|
/third_party/ltp/testcases/network/netstress/ |
H A D | netstress.c | 338 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 D | mod.rs | 792 pub const MSG_FASTOPEN: ::c_int = 0x20000000; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 7798 #ifdef MSG_FASTOPEN 7799 PyModule_AddIntMacro(m, MSG_FASTOPEN);
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1769 pub const MSG_FASTOPEN: ::c_int = 0x20000000; consts
|
Completed in 44 milliseconds