Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod10 SSL_POLL_EVENT_ER,
40 #define SSL_POLL_EVENT_ER /* ER (Exception on Read) */
200 non-exception event types (e.g. B<SSL_POLL_EVENT_EC> and B<SSL_POLL_EVENT_ER>
251 =item B<SSL_POLL_EVENT_ER>
271 reset by the peer; see B<SSL_POLL_EVENT_ER>.
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c700 if (item->revents & SSL_POLL_EVENT_ER) { in read_from_ssl_ids()
713 processed_event = processed_event | SSL_POLL_EVENT_ER; in read_from_ssl_ids()
/freebsd/crypto/openssl/util/
H A Dother.syms730 SSL_POLL_EVENT_ER define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2540 # define SSL_POLL_EVENT_ER (1U << 4) /* ER (Exception on Read) */ macro
2551 # define SSL_POLL_EVENT_RE (SSL_POLL_EVENT_R | SSL_POLL_EVENT_ER)
2555 | SSL_POLL_EVENT_ER | SSL_POLL_EVENT_EW)
H A Dssl.h.in2493 # define SSL_POLL_EVENT_ER (1U << 4) /* ER (Exception on Read) */ macro
2504 # define SSL_POLL_EVENT_RE (SSL_POLL_EVENT_R | SSL_POLL_EVENT_ER)
2508 | SSL_POLL_EVENT_ER | SSL_POLL_EVENT_EW)
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c5245 if ((events & SSL_POLL_EVENT_ER) != 0 in ossl_quic_conn_poll_events()
5247 revents |= SSL_POLL_EVENT_ER; in ossl_quic_conn_poll_events()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md319 #define SSL_POLL_EVENT_ER (1U << 4)
354 #define SSL_POLL_EVENT_RE (SSL_POLL_EVENT_R | SSL_POLL_EVENT_ER)
360 | SSL_POLL_EVENT_ER | SSL_POLL_EVENT_EW)
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c5708 expected_revents[1] = SSL_POLL_EVENT_W | SSL_POLL_EVENT_ER; in script_85_poll()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4533 MLINKS+= SSL_poll.3 SSL_POLL_EVENT_ER.3