Home
last modified time | relevance | path

Searched refs:BIO_SOCK_REUSEADDR (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_connect.pod27 B<BIO_SOCK_REUSEADDR>, which is described in L</FLAGS> below.
37 B<BIO_SOCK_NODELAY>, B<BIO_SOCK_REUSEADDR> and B<BIO_SOCK_V6_ONLY>.
66 =item BIO_SOCK_REUSEADDR
/third_party/openssl/apps/
Ds_socket.c124 BIO_SOCK_REUSEADDR)) { in init_client()
219 int sock_options = BIO_SOCK_REUSEADDR; in do_server()
/third_party/openssl/crypto/bio/
Db_sock2.c150 if (options & BIO_SOCK_REUSEADDR) { in BIO_bind()
Db_sock.c222 bind_mode ? BIO_SOCK_REUSEADDR : 0)) { in BIO_get_accept_socket()
/third_party/openssl/include/openssl/
Dbio.h399 # define BIO_BIND_REUSEADDR BIO_SOCK_REUSEADDR
400 # define BIO_BIND_REUSEADDR_IF_UNUSED BIO_SOCK_REUSEADDR
701 # define BIO_SOCK_REUSEADDR 0x01 macro
/third_party/openssl/test/
Dhandshake_helper.c1358 BIO_SOCK_REUSEADDR)) { in create_sctp_socks()
Dssltest_old.c1928 BIO_set_bind_mode(acpt, BIO_SOCK_NONBLOCK | BIO_SOCK_REUSEADDR); in doit_localhost()