Searched refs:BIO_SOCK_REUSEADDR (Results 1 – 7 of 7) sorted by relevance
27 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
124 BIO_SOCK_REUSEADDR)) { in init_client()219 int sock_options = BIO_SOCK_REUSEADDR; in do_server()
150 if (options & BIO_SOCK_REUSEADDR) { in BIO_bind()
222 bind_mode ? BIO_SOCK_REUSEADDR : 0)) { in BIO_get_accept_socket()
399 # define BIO_BIND_REUSEADDR BIO_SOCK_REUSEADDR400 # define BIO_BIND_REUSEADDR_IF_UNUSED BIO_SOCK_REUSEADDR701 # define BIO_SOCK_REUSEADDR 0x01 macro
1358 BIO_SOCK_REUSEADDR)) { in create_sctp_socks()
1928 BIO_set_bind_mode(acpt, BIO_SOCK_NONBLOCK | BIO_SOCK_REUSEADDR); in doit_localhost()