Lines Matching refs:sbio
2334 BIO *sbio;
2383 sbio = BIO_new_dgram_sctp(s, BIO_NOCLOSE);
2386 sbio = BIO_new_dgram(s, BIO_NOCLOSE);
2387 if (sbio == NULL) {
2396 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout);
2400 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
2408 BIO_free(sbio);
2415 BIO_free(sbio);
2420 BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL);
2429 sbio = BIO_new_socket(s, BIO_NOCLOSE);
2431 if (sbio == NULL) {
2444 BIO_free(sbio);
2448 sbio = BIO_push(test, sbio);
2451 SSL_set_bio(con, sbio, sbio);
3040 BIO *io, *ssl_bio, *sbio;
3091 sbio = BIO_new_socket(s, BIO_NOCLOSE);
3092 if (sbio == NULL) {
3103 BIO_free(sbio);
3107 sbio = BIO_push(test, sbio);
3109 SSL_set_bio(con, sbio, sbio);
3495 BIO *io, *ssl_bio, *sbio;
3527 sbio = BIO_new_socket(s, BIO_NOCLOSE);
3528 if (sbio == NULL) {
3534 SSL_set_bio(con, sbio, sbio);