SSL_get_rbio
bio = SSL_get_rbio(ssl);
BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ);
BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0,
BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0,
(void)BIO_dgram_get_peer(SSL_get_rbio(s), client);
LSSL_USED(SSL_get_rbio);
BIO * SSL_get_rbio(const SSL *s);
bio = SSL_get_rbio(s);
LSSL_ALIAS(SSL_get_rbio);
b = SSL_get_rbio(s);
SSL_set_bio(s, SSL_get_rbio(s), bio);
SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s));
bio = SSL_get_rbio(s);
BIO_set_callback_ex(SSL_get_rbio(ssl), &win_bio_cb);
BIO_set_callback(SSL_get_rbio(ssl), &win_bio_cb);
BIO_set_callback_arg(SSL_get_rbio(ssl), (char*)c->ev->ev);
(void) BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
(void) BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
BIO_number_read(SSL_get_rbio(s)),
BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
BIO_set_callback_arg(SSL_get_rbio(con), (char *) bio_s_out);
BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
BIO_set_callback_arg(SSL_get_rbio(con), (char *) bio_s_out);
BIO_set_callback_ex(SSL_get_rbio(ssl), &win_bio_cb);
BIO_set_callback(SSL_get_rbio(ssl), &win_bio_cb);
BIO_set_callback_arg(SSL_get_rbio(ssl), (char*)c->ev->ev);