BIO_get_accept_socket
LCRYPTO_ALIAS(BIO_get_accept_socket);
int BIO_get_accept_socket(char *host_port, int mode);
s = BIO_get_accept_socket(c->param_addr, c->bind_mode);
LCRYPTO_USED(BIO_get_accept_socket);