Home
last modified time | relevance | path

Searched refs:bind_mode (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/bio/
Dbss_acpt.c91 int bind_mode; member
153 ret->bind_mode=BIO_BIND_NORMAL; in BIO_ACCEPT_new()
215 s=BIO_get_accept_socket(c->param_addr,c->bind_mode); in acpt_state()
433 data->bind_mode=(int)num; in acpt_ctrl()
436 ret=(long)data->bind_mode; in acpt_ctrl()
Db_sock.c622 int BIO_get_accept_socket(char *host, int bind_mode) in BIO_get_accept_socket() argument
748 if (bind_mode == BIO_BIND_REUSEADDR) in BIO_get_accept_socket()
753 bind_mode=BIO_BIND_NORMAL; in BIO_get_accept_socket()
760 if ((bind_mode == BIO_BIND_REUSEADDR_IF_UNUSED) && in BIO_get_accept_socket()
795 bind_mode=BIO_BIND_REUSEADDR; in BIO_get_accept_socket()