Home
last modified time | relevance | path

Searched refs:BIO_set_bind_mode (Results 1 – 7 of 7) 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
33 long BIO_set_bind_mode(BIO *b, long mode);
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.
171 BIO_set_accept_bios(), BIO_set_accept_ip_family(), and BIO_set_bind_mode()
/freebsd/crypto/openssl/apps/lib/
H A Dhttp_server.c229 || BIO_set_bind_mode(acbio, BIO_BIND_REUSEADDR) < 0 in http_server_init_bio()
/freebsd/crypto/openssl/util/
H A Dother.syms205 BIO_set_bind_mode define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h477 # define BIO_set_bind_mode(b,mode) BIO_ctrl(b,BIO_C_SET_BIND_MODE,mode,NULL) macro
H A Dbio.h.in454 # define BIO_set_bind_mode(b,mode) BIO_ctrl(b,BIO_C_SET_BIND_MODE,mode,NULL) macro
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1936 BIO_set_bind_mode(acpt, BIO_SOCK_NONBLOCK | BIO_SOCK_REUSEADDR); in doit_localhost()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile899 MLINKS+= BIO_s_accept.3 BIO_set_bind_mode.3