Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_acpt.c21 int bind_mode; /* Socket mode for BIO_listen */ member
251 c->bind_mode)) { in acpt_state()
449 data->bind_mode |= BIO_SOCK_NONBLOCK; in acpt_ctrl()
458 data->bind_mode &= ~BIO_SOCK_NONBLOCK; in acpt_ctrl()
533 data->bind_mode = (int)num; in acpt_ctrl()
536 ret = (long)data->bind_mode; in acpt_ctrl()
H A Dbio_sock.c215 int BIO_get_accept_socket(char *host, int bind_mode) in BIO_get_accept_socket() argument
237 bind_mode ? BIO_SOCK_REUSEADDR : 0)) { in BIO_get_accept_socket()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_acpt.c19 int bind_mode; /* Socket mode for BIO_listen */ member
246 c->bind_mode)) { in acpt_state()
442 data->bind_mode |= BIO_SOCK_NONBLOCK; in acpt_ctrl()
451 data->bind_mode &= ~BIO_SOCK_NONBLOCK; in acpt_ctrl()
526 data->bind_mode = (int)num; in acpt_ctrl()
529 ret = (long)data->bind_mode; in acpt_ctrl()
H A Db_sock.c200 int BIO_get_accept_socket(char *host, int bind_mode) in BIO_get_accept_socket() argument
222 bind_mode ? BIO_SOCK_REUSEADDR : 0)) { in BIO_get_accept_socket()