Searched refs:MSG_FASTOPEN (Results 1 – 3 of 3) sorted by relevance
65 #if defined(MSG_FASTOPEN) || (defined(HAVE_DECL_MSG_FASTOPEN) && HAVE_DECL_MSG_FASTOPEN)66 XLAT(MSG_FASTOPEN),
19 MSG_FASTOPEN
93 # ifndef MSG_FASTOPEN94 # warning Using our own value for MSG_FASTOPEN95 # define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro2909 #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()