Lines Matching refs:sbio
2547 BIO *sbio;
2596 sbio = BIO_new_dgram_sctp(s, BIO_NOCLOSE);
2599 sbio = BIO_new_dgram(s, BIO_NOCLOSE);
2600 if (sbio == NULL) {
2609 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout);
2613 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
2621 BIO_free(sbio);
2628 BIO_free(sbio);
2633 BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL);
2642 sbio = BIO_new_socket(s, BIO_NOCLOSE);
2644 if (sbio == NULL) {
2657 BIO_free(sbio);
2660 sbio = BIO_push(test, sbio);
2663 SSL_set_bio(con, sbio, sbio);
3262 BIO *io, *ssl_bio, *sbio, *edio;
3314 sbio = BIO_new_socket(s, BIO_NOCLOSE);
3315 if (sbio == NULL) {
3326 BIO_free(sbio);
3330 sbio = BIO_push(test, sbio);
3332 SSL_set_bio(con, sbio, sbio);
3741 BIO *io, *ssl_bio, *sbio;
3773 sbio = BIO_new_socket(s, BIO_NOCLOSE);
3774 if (sbio == NULL) {
3780 SSL_set_bio(con, sbio, sbio);