Home
last modified time | relevance | path

Searched refs:BIO_BIND_REUSEADDR (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_s_accept.pod98 B<BIO_BIND_REUSEADDR> is set then other sockets can bind to the
102 using B<BIO_BIND_REUSEADDR>.
/third_party/openssl/include/openssl/
Dbio.h399 # define BIO_BIND_REUSEADDR BIO_SOCK_REUSEADDR macro
/third_party/openssl/apps/
Docsp.c1303 || BIO_set_bind_mode(acbio, BIO_BIND_REUSEADDR) < 0 in init_responder()