Home
last modified time | relevance | path

Searched refs:ossl_quic_channel_net_error (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_channel.h275 int ossl_quic_channel_net_error(QUIC_CHANNEL *ch);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel.c3483 int ossl_quic_channel_net_error(QUIC_CHANNEL *ch) in ossl_quic_channel_net_error() function
H A Dquic_impl.c2376 net_error = ossl_quic_channel_net_error(ctx.qc->ch); in ossl_quic_get_error()