OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:net_wbio
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_tserver.h
41
BIO *net_rbio, *
net_wbio
;
member in struct:quic_tserver_args_st
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_port_local.h
61
BIO *net_rbio, *
net_wbio
;
member in struct:quic_port_st
quic_impl.c
1132
static int csm_analyse_init_peer_addr(BIO *
net_wbio
, BIO_ADDR *peer)
1134
if (BIO_dgram_detect_peer_addr(
net_wbio
, peer) <= 0)
1162
quic_set0_net_wbio(QUIC_OBJ *obj, BIO *
net_wbio
)
1169
if (old_wbio ==
net_wbio
)
1172
if (!ossl_quic_port_set_net_wbio(port,
net_wbio
))
1176
if (
net_wbio
!= NULL)
1177
BIO_set_nbio(
net_wbio
, 1); /* best effort autoconfig */
1194
void ossl_quic_conn_set0_net_wbio(SSL *s, BIO *
net_wbio
)
1202
if (!quic_set0_net_wbio(ctx.obj,
net_wbio
))
1397
BIO *
net_wbio
;
local
1878
BIO *net_rbio, *
net_wbio
;
local
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026