OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_FLAGS_KTLS_TX
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
bio.h
49
*
BIO_FLAGS_KTLS_TX
means we are using ktls with this BIO for sending.
57
#define
BIO_FLAGS_KTLS_TX
0x4000
62
BIO_set_flags(b, (is_tx) ?
BIO_FLAGS_KTLS_TX
: BIO_FLAGS_KTLS_RX)
64
BIO_test_flags(b, (is_tx) ?
BIO_FLAGS_KTLS_TX
: BIO_FLAGS_KTLS_RX)
/src/crypto/external/bsd/openssl/dist/include/internal/
bio.h
47
*
BIO_FLAGS_KTLS_TX
means we are using ktls with this BIO for sending.
53
# define
BIO_FLAGS_KTLS_TX
0x4000
57
BIO_set_flags(b, (is_tx) ?
BIO_FLAGS_KTLS_TX
: BIO_FLAGS_KTLS_RX)
59
BIO_test_flags(b, (is_tx) ?
BIO_FLAGS_KTLS_TX
: BIO_FLAGS_KTLS_RX)
Completed in 20 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026