OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OSSL_TFO_SYSCTL
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
bio_tfo.h
23
*
OSSL_TFO_SYSCTL
is used to determine if TFO is supported by
56
*
OSSL_TFO_SYSCTL
105
#define
OSSL_TFO_SYSCTL
"net.inet.tcp.fastopen"
129
#define
OSSL_TFO_SYSCTL
"net.inet.tcp.fastopen.enabled"
/src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_sock2.c
130
#elif defined(
OSSL_TFO_SYSCTL
)
135
if (sysctlbyname(
OSSL_TFO_SYSCTL
, &enabled, &enabledlen, NULL, 0) < 0) {
381
#elif defined(
OSSL_TFO_SYSCTL
)
386
if (sysctlbyname(
OSSL_TFO_SYSCTL
, &enabled, &enabledlen, NULL, 0) < 0) {
Completed in 20 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026