Home
last modified time | relevance | path

Searched refs:SSL_POLL_EVENT_RE (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod19 SSL_POLL_EVENT_RE,
50 #define SSL_POLL_EVENT_RE /* R | ER */
/freebsd/crypto/openssl/util/
H A Dother.syms745 SSL_POLL_EVENT_RE define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2551 # define SSL_POLL_EVENT_RE (SSL_POLL_EVENT_R | SSL_POLL_EVENT_ER) macro
2553 # define SSL_POLL_EVENT_RWE (SSL_POLL_EVENT_RE | SSL_POLL_EVENT_WE)
H A Dssl.h.in2504 # define SSL_POLL_EVENT_RE (SSL_POLL_EVENT_R | SSL_POLL_EVENT_ER) macro
2506 # define SSL_POLL_EVENT_RWE (SSL_POLL_EVENT_RE | SSL_POLL_EVENT_WE)
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md354 #define SSL_POLL_EVENT_RE (SSL_POLL_EVENT_R | SSL_POLL_EVENT_ER)
356 #define SSL_POLL_EVENT_RWE (SSL_POLL_EVENT_RE | SSL_POLL_EVENT_WE)
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4547 MLINKS+= SSL_poll.3 SSL_POLL_EVENT_RE.3