Searched refs:BIO_set_bind_mode (Results 1 – 7 of 7) 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 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 D | http_server.c | 229 || BIO_set_bind_mode(acbio, BIO_BIND_REUSEADDR) < 0 in http_server_init_bio()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 205 BIO_set_bind_mode define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 477 # define BIO_set_bind_mode(b,mode) BIO_ctrl(b,BIO_C_SET_BIND_MODE,mode,NULL) macro
|
H A D | bio.h.in | 454 # define BIO_set_bind_mode(b,mode) BIO_ctrl(b,BIO_C_SET_BIND_MODE,mode,NULL) macro
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 1936 BIO_set_bind_mode(acpt, BIO_SOCK_NONBLOCK | BIO_SOCK_REUSEADDR); in doit_localhost()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 899 MLINKS+= BIO_s_accept.3 BIO_set_bind_mode.3
|