Searched refs:tfo (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 82-test_tfo_cli.t | 32 my $tfo = shift; 34 my $client_good = ! $tfo; 35 my $server_good = ! $tfo; 41 push @s_cmd, "-tfo" if ($tfo); 48 $server_good = $tfo if /^Listening for TFO$/; 59 push @c_cmd, "-tfo" if ($tfo); 72 $client_good = $tfo if /^Connecting via TFO$/; 81 for my $tfo (0..1) { 84 skip "TFO not enabled", 4 if disabled("tfo") && $tfo; 86 run_test($tfo);
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | s_socket.c | 77 int family, int type, int protocol, int tfo, int doconn, in init_client() argument 166 if (tfo) in init_client() 177 if (tfo || !doconn) { in init_client() 301 int tfo) in do_server() argument 335 if (tfo && sock_type == SOCK_STREAM) in do_server()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | s_apps.h | 27 int tfo); 39 int family, int type, int protocol, int tfo, int doconn,
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_client.c | 1046 int tfo = 0; in s_client_main() local 1586 tfo = 1; in s_client_main() 2240 if (isdtls && tfo) { in s_client_main() 2246 if (isquic && tfo) { in s_client_main() 2256 if (tfo) in s_client_main() 2263 socket_type, protocol, tfo, !isquic, &peer_addr) in s_client_main() 2364 if (tfo) { in s_client_main() 3187 if (!tfo || sockerr != EISCONN) { in s_client_main()
|
| H A D | s_server.c | 1193 int tfo = 0; in s_server_main() local 1805 tfo = 1; in s_server_main() 1849 if (tfo && socket_type != SOCK_STREAM) { in s_server_main() 2440 if (tfo) in s_server_main() 2443 server_cb, context, naccept, bio_s_out, tfo); in s_server_main()
|
| /freebsd/contrib/unbound/ |
| H A D | configure.ac | 1461 AC_ARG_ENABLE(tfo-client, AS_HELP_STRING([--enable-tfo-client],[Enable TCP Fast Open for client mod… 1466 …ERROR([TCP Fast Open is not available for client mode: please rerun without --enable-tfo-client])], 1473 …ERROR([TCP Fast Open is not available for client mode: please rerun without --enable-tfo-client])], 1485 AC_ARG_ENABLE(tfo-server, AS_HELP_STRING([--enable-tfo-server],[Enable TCP Fast Open for server mod… 1488 … Fast Open is not available for server mode: please rerun without --enable-tfo-server])], [AC_INCL…
|
| H A D | configure | 1636 --enable-tfo-client Enable TCP Fast Open for client mode 1637 --enable-tfo-server Enable TCP Fast Open for server mode
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-s_server.pod.in | 125 [B<-tfo>] 779 =item B<-tfo> 938 and B<-tfo>
|
| H A D | openssl-s_client.pod.in | 112 [B<-tfo>] 753 =item B<-tfo> 1026 and B<-tfo>
|
| /freebsd/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 159 BIO_R_TFO_DISABLED:106:tfo disabled 160 BIO_R_TFO_NO_KERNEL_SUPPORT:108:tfo no kernel support 169 BIO_R_UNABLE_TO_TFO:109:unable to tfo
|
| /freebsd/crypto/openssl/ |
| H A D | INSTALL.md | 1055 ### enable-tfo
|