Home
last modified time | relevance | path

Searched refs:SSL_POLL_EVENT_OSB (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod16 SSL_POLL_EVENT_OSB,
46 #define SSL_POLL_EVENT_OSB /* OSB (Outgoing Stream: Bidi) */
306 =item B<SSL_POLL_EVENT_OSB>
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c621 if (item->revents & SSL_POLL_EVENT_OSB) { in read_from_ssl_ids()
624 processed_event = processed_event | SSL_POLL_EVENT_OSB; in read_from_ssl_ids()
/freebsd/crypto/openssl/util/
H A Dother.syms739 SSL_POLL_EVENT_OSB define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2547 # define SSL_POLL_EVENT_OSB (1U << 11) /* OSB (Outgoing Stream: Bidi) */ macro
2559 # define SSL_POLL_EVENT_OS (SSL_POLL_EVENT_OSB | SSL_POLL_EVENT_OSU)
H A Dssl.h.in2500 # define SSL_POLL_EVENT_OSB (1U << 11) /* OSB (Outgoing Stream: Bidi) */ macro
2512 # define SSL_POLL_EVENT_OS (SSL_POLL_EVENT_OSB | SSL_POLL_EVENT_OSU)
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c5275 if ((events & SSL_POLL_EVENT_OSB) != 0 in ossl_quic_conn_poll_events()
5277 revents |= SSL_POLL_EVENT_OSB; in ossl_quic_conn_poll_events()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md340 #define SSL_POLL_EVENT_OSB (1U << 11)
365 #define SSL_POLL_EVENT_OS (SSL_POLL_EVENT_OSB | SSL_POLL_EVENT_OSU)
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4543 MLINKS+= SSL_poll.3 SSL_POLL_EVENT_OSB.3