Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_get_rbio

236 	if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
238 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO, sizeof(rdata->recordinfo), &rdata->recordinfo);
670 if (!BIO_dgram_is_sctp(SSL_get_rbio(s)))
779 (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
817 if (BIO_dgram_is_sctp(SSL_get_rbio(s)))
820 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO, sizeof(rdata->recordinfo), &rdata->recordinfo);
911 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
916 BIO_clear_retry_flags(SSL_get_rbio(s));
917 BIO_set_retry_read(SSL_get_rbio(s));
924 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
925 s->d1->shutdown_received && !BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s)))
966 BIO_clear_retry_flags(SSL_get_rbio(s));
967 BIO_set_retry_read(SSL_get_rbio(s));
981 bio=SSL_get_rbio(s);
1076 bio=SSL_get_rbio(s);
1121 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
1122 BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s)))
1126 BIO_clear_retry_flags(SSL_get_rbio(s));
1127 BIO_set_retry_read(SSL_get_rbio(s));
1309 bio=SSL_get_rbio(s);