Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/radix/
H A Dquic_tests.c136 items[5].events = SSL_POLL_EVENT_IC; in DEF_FUNC()
137 expected_items[5].revents = SSL_POLL_EVENT_IC; in DEF_FUNC()
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c527 if (item->revents & SSL_POLL_EVENT_IC) { in read_from_ssl_ids()
573 processed_event = processed_event | SSL_POLL_EVENT_IC; in read_from_ssl_ids()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod288 =item B<SSL_POLL_EVENT_IC>
415 Before 3.5, the B<SSL_POLL_EVENT_EL> and B<SSL_POLL_EVENT_IC>
/freebsd/crypto/openssl/util/
H A Dother.syms737 SSL_POLL_EVENT_IC define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2544 # define SSL_POLL_EVENT_IC (1U << 8) /* IC (Incoming Connection) */ macro
2558 # define SSL_POLL_EVENT_I (SSL_POLL_EVENT_IS | SSL_POLL_EVENT_IC)
H A Dssl.h.in2497 # define SSL_POLL_EVENT_IC (1U << 8) /* IC (Incoming Connection) */ macro
2511 # define SSL_POLL_EVENT_I (SSL_POLL_EVENT_IS | SSL_POLL_EVENT_IC)
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c5289 if ((events & SSL_POLL_EVENT_IC) != 0 in ossl_quic_conn_poll_events()
5291 revents |= SSL_POLL_EVENT_IC; in ossl_quic_conn_poll_events()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md331 #define SSL_POLL_EVENT_IC (1U << 8)
364 #define SSL_POLL_EVENT_I (SSL_POLL_EVENT_IS | SSL_POLL_EVENT_IC)
1220 SSL_POLL_EVENT_IC, 0);