Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_acpt.c21 int bind_mode; /* Socket mode for BIO_listen */ member
249 c->bind_mode)) { in acpt_state()
447 data->bind_mode |= BIO_SOCK_NONBLOCK; in acpt_ctrl()
454 data->bind_mode |= BIO_SOCK_TFO; in acpt_ctrl()
458 data->bind_mode &= ~BIO_SOCK_NONBLOCK; in acpt_ctrl()
460 data->bind_mode &= ~BIO_SOCK_TFO; in acpt_ctrl()
535 data->bind_mode = (int)num; in acpt_ctrl()
538 ret = (long)data->bind_mode; in acpt_ctrl()
H A Dbio_sock.c250 int BIO_get_accept_socket(char *host, int bind_mode) in BIO_get_accept_socket() argument
272 bind_mode ? BIO_SOCK_REUSEADDR : 0)) { in BIO_get_accept_socket()

Completed in 7 milliseconds