Home
last modified time | relevance | path

Searched refs:MSG_FASTOPEN (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dmsg_flags.h64 #if defined(MSG_FASTOPEN) || (defined(HAVE_DECL_MSG_FASTOPEN) && HAVE_DECL_MSG_FASTOPEN)
65 XLAT(MSG_FASTOPEN),
Dmsg_flags.in20 MSG_FASTOPEN
/external/ltp/testcases/network/netstress/
Dnetstress.c51 #ifndef MSG_FASTOPEN
52 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
236 SAFE_SENDTO(1, cfd, msg, size, MSG_FASTOPEN | MSG_NOSIGNAL, in client_connect_send()
/external/curl/lib/
Dsendf.c350 #ifdef MSG_FASTOPEN /* Linux */ in Curl_send_plain()
352 bytes_written = sendto(sockfd, mem, len, MSG_FASTOPEN, in Curl_send_plain()
Dconnect.c1090 #elif defined(MSG_FASTOPEN) /* Linux */ in singleipconnect()
Durl.c2796 #if defined(CONNECT_DATA_IDEMPOTENT) || defined(MSG_FASTOPEN) in Curl_setopt()
/external/netperf/src/
Dnettest_omni.c93 # ifndef MSG_FASTOPEN
94 # warning Using our own value for MSG_FASTOPEN
95 # define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
2909 #if defined(MSG_FASTOPEN) in send_data()
2910 (use_fastopen && protocol == IPPROTO_TCP) ? MSG_FASTOPEN : 0, in send_data()
7095 #if defined(MSG_FASTOPEN) in scan_omni_args()
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_bpf.c201 if (sendto(fd, buf, len, MSG_FASTOPEN, daddr, sockaddr_size()) < 0) in send_from()