Searched refs:MSG_FASTOPEN (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | msg_flags.h | 64 #if defined(MSG_FASTOPEN) || (defined(HAVE_DECL_MSG_FASTOPEN) && HAVE_DECL_MSG_FASTOPEN) 65 XLAT(MSG_FASTOPEN),
|
D | msg_flags.in | 20 MSG_FASTOPEN
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 51 #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/ |
D | sendf.c | 350 #ifdef MSG_FASTOPEN /* Linux */ in Curl_send_plain() 352 bytes_written = sendto(sockfd, mem, len, MSG_FASTOPEN, in Curl_send_plain()
|
D | connect.c | 1090 #elif defined(MSG_FASTOPEN) /* Linux */ in singleipconnect()
|
D | url.c | 2796 #if defined(CONNECT_DATA_IDEMPOTENT) || defined(MSG_FASTOPEN) in Curl_setopt()
|
/external/netperf/src/ |
D | nettest_omni.c | 93 # 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/ |
D | reuseport_bpf.c | 201 if (sendto(fd, buf, len, MSG_FASTOPEN, daddr, sockaddr_size()) < 0) in send_from()
|