Searched refs:BIO_get_bind_mode (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_accept.pod | 9 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 D | other.syms | 169 BIO_get_bind_mode define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 478 # define BIO_get_bind_mode(b) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL) macro
|
H A D | bio.h.in | 455 # 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 D | Makefile | 801 MLINKS+= BIO_s_accept.3 BIO_get_bind_mode.3
|