OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tfo
(Results
1 - 10
of
10
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/recipes/
82-test_tfo_cli.t
18
plan skip_all => "test_tfo_cli needs
tfo
enabled" if disabled("
tfo
");
32
my $
tfo
= shift;
34
my $client_good = ! $
tfo
;
35
my $server_good = ! $
tfo
;
41
push @s_cmd, "-
tfo
" if ($
tfo
);
45
# Read until we get the port,
TFO
is output before the ACCEPT line
48
$server_good = $
tfo
if /^Listening for
TFO
$/
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/lib/
s_socket.c
62
* @
tfo
: flag to enable TCP Fast Open
77
int family, int type, int protocol, int
tfo
, int doconn,
166
if (
tfo
)
177
if (
tfo
|| !doconn) {
301
int
tfo
)
335
if (
tfo
&& sock_type == SOCK_STREAM)
/src/crypto/external/apache2/openssl/dist/apps/include/
s_apps.h
27
int
tfo
);
39
int family, int type, int protocol, int
tfo
, int doconn,
/src/external/apache2/llvm/dist/clang/tools/scan-build/share/scan-build/
sorttable.js
68
tfo
= document.createElement('tfoot');
69
table.appendChild(
tfo
);
72
tfo
.appendChild(sortbottomrows[i]);
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/
sorttable.js
68
tfo
= document.createElement('tfoot');
69
table.appendChild(
tfo
);
72
tfo
.appendChild(sortbottomrows[i]);
/src/crypto/external/apache2/openssl/dist/apps/
s_client.c
676
{ "
tfo
", OPT_TFO, '-', "Connect using TCP Fast Open" },
1046
int
tfo
= 0;
local
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
[
all
...]
s_server.c
876
{ "
tfo
", OPT_TFO, '-', "Listen for TCP Fast Open connections" },
1193
int
tfo
= 0;
local
1805
tfo
= 1;
1849
if (
tfo
&& socket_type != SOCK_STREAM) {
1850
BIO_printf(bio_err, "Can only use -
tfo
with TLS\n");
2440
if (
tfo
)
2441
BIO_printf(bio_s_out, "Listening for
TFO
\n");
2443
server_cb, context, naccept, bio_s_out,
tfo
);
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dmangle.d
522
TypeFunction
tfo
= fd.originalType.isTypeFunction();
523
mangleFuncType(tf,
tfo
, 0, null);
dsymbolsem.d
3223
TypeFunction
tfo
= funcdecl.originalType.toTypeFunction();
3224
tfo
.mod = f.mod;
3225
tfo
.isScopeQual = f.isScopeQual;
3226
tfo
.isreturninferred = f.isreturninferred;
3227
tfo
.isscopeinferred = f.isscopeinferred;
3228
tfo
.isref = f.isref;
3229
tfo
.isnothrow = f.isnothrow;
3230
tfo
.isnogc = f.isnogc;
3231
tfo
.isproperty = f.isproperty;
3232
tfo
.purity = f.purity
[
all
...]
/src/external/bsd/unbound/dist/
configure
1631
--enable-
tfo
-client Enable TCP Fast Open for client mode
1632
--enable-
tfo
-server Enable TCP Fast Open for server mode
23018
# Check whether --enable-
tfo
-client was given.
23033
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Check the platform specific
TFO
kernel parameters are correctly configured to support client mode
TFO
" >&5
23034
printf "%s\n" "$as_me: WARNING: Check the platform specific
TFO
kernel parameters are correctly configured to support client mode
TFO
" >&2;}
23036
e) as_fn_error $? "TCP Fast Open is not available for client mode: please rerun without --enable-
tfo
-client" "$LINENO" 5 ;;
23049
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Check the platform specific
TFO
kernel parameters are correctly configured to support client mode
TFO
" >&
[
all
...]
Completed in 52 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026