Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_acpt.c86 int bind_mode; member
146 ret->bind_mode = BIO_BIND_NORMAL; in BIO_ACCEPT_new()
209 s = BIO_get_accept_socket(c->param_addr, c->bind_mode); in acpt_state()
408 data->bind_mode = (int)num; in acpt_ctrl()
411 ret = (long)data->bind_mode; in acpt_ctrl()
H A Db_sock.c121 BIO_get_accept_socket(char *host, int bind_mode) in BIO_get_accept_socket() argument
167 if (bind_mode == BIO_BIND_REUSEADDR) { in BIO_get_accept_socket()
171 bind_mode = BIO_BIND_NORMAL; in BIO_get_accept_socket()