Home
last modified time | relevance | path

Searched refs:tcp_fastopen (Results 1 - 9 of 9) sorted by relevance

/third_party/curl/src/
H A Dtool_cfgable.h229 bool tcp_fastopen; member
H A Dtool_getparam.c2158 config->tcp_fastopen = TRUE; in getparameter()
H A Dtool_operate.c1289 if(config->tcp_fastopen) in single_transfer()
/third_party/curl/lib/
H A Dcf-socket.c1165 rc = do_connect(cf, data, cf->conn->bits.tcp_fastopen); in cf_tcp_connect()
1190 else if(rc == CURL_CSELECT_OUT || cf->conn->bits.tcp_fastopen) { in cf_tcp_connect()
1309 if(cf->conn->bits.tcp_fastopen) { in cf_socket_send()
1313 cf->conn->bits.tcp_fastopen = FALSE; in cf_socket_send()
H A Durldata.h542 BIT(tcp_fastopen); /* use TCP Fast Open */
1912 BIT(tcp_fastopen); /* use TCP Fast Open */
H A Durl.c474 set->tcp_fastopen = FALSE; in Curl_init_userdefined()
3628 conn->bits.tcp_fastopen = data->set.tcp_fastopen;
H A Dsetopt.c2933 data->set.tcp_fastopen = (0 != va_arg(param, long))?TRUE:FALSE; in Curl_vsetopt()
H A Dftp.c1953 if(conn->bits.tcp_fastopen && !conn->bits.reuse && !ftpc->newhost[0]) { in ftp_state_pasv_resp()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs980 pub struct tcp_fastopen { structure names

Completed in 36 milliseconds