Home
last modified time | relevance | path

Searched refs:SSL_POLL_EVENT_ISB (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c576 if ((item->revents & SSL_POLL_EVENT_ISB) || in read_from_ssl_ids()
616 if (item->revents & SSL_POLL_EVENT_ISB) in read_from_ssl_ids()
617 processed_event = processed_event | SSL_POLL_EVENT_ISB; in read_from_ssl_ids()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod14 SSL_POLL_EVENT_ISB,
44 #define SSL_POLL_EVENT_ISB /* ISB (Incoming Stream: Bidi) */
294 =item B<SSL_POLL_EVENT_ISB>
/freebsd/crypto/openssl/util/
H A Dother.syms733 SSL_POLL_EVENT_ISB define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2545 # define SSL_POLL_EVENT_ISB (1U << 9) /* ISB (Incoming Stream: Bidi) */ macro
2556 # define SSL_POLL_EVENT_IS (SSL_POLL_EVENT_ISB | SSL_POLL_EVENT_ISU)
H A Dssl.h.in2498 # define SSL_POLL_EVENT_ISB (1U << 9) /* ISB (Incoming Stream: Bidi) */ macro
2509 # define SSL_POLL_EVENT_IS (SSL_POLL_EVENT_ISB | SSL_POLL_EVENT_ISU)
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c5267 if ((events & SSL_POLL_EVENT_ISB) != 0 in ossl_quic_conn_poll_events()
5269 revents |= SSL_POLL_EVENT_ISB; in ossl_quic_conn_poll_events()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md334 #define SSL_POLL_EVENT_ISB (1U << 9)
363 #define SSL_POLL_EVENT_IS (SSL_POLL_EVENT_ISB | SSL_POLL_EVENT_ISU)
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c5711 expected_revents[4] = SSL_POLL_EVENT_OS | SSL_POLL_EVENT_ISB; in script_85_poll()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4538 MLINKS+= SSL_poll.3 SSL_POLL_EVENT_ISB.3