Home
last modified time | relevance | path

Searched refs:BIO_get_bind_mode (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod9 BIO_set_bind_mode, BIO_get_bind_mode, BIO_do_accept - accept BIO
34 long BIO_get_bind_mode(BIO *b);
103 BIO_set_bind_mode() and BIO_get_bind_mode() set and retrieve
165 BIO_set_bind_mode(), BIO_get_bind_mode() and BIO_do_accept() are macros.
181 BIO_get_bind_mode() returns the set of B<BIO_BIND> flags, or <=0 on failure.
/freebsd/crypto/openssl/util/
H A Dother.syms169 BIO_get_bind_mode define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h478 # define BIO_get_bind_mode(b) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL) macro
H A Dbio.h.in455 # define BIO_get_bind_mode(b) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile801 MLINKS+= BIO_s_accept.3 BIO_get_bind_mode.3