Lines Matching defs:tfo
676 { "tfo", OPT_TFO, '-', "Connect using TCP Fast Open" },
1046 int tfo = 0;
1586 tfo = 1;
2240 if (isdtls && tfo) {
2241 BIO_printf(bio_err, "%s: DTLS does not support the -tfo option\n", prog);
2246 if (isquic && tfo) {
2247 BIO_printf(bio_err, "%s: QUIC does not support the -tfo option\n", prog);
2256 if (tfo)
2257 BIO_printf(bio_c_out, "Connecting via TFO\n");
2263 socket_type, protocol, tfo, !isquic, &peer_addr)
2364 if (tfo) {
3189 if (!tfo || sockerr != EISCONN) {