Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_get_wbio

239 			BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
247 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU,
258 curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s));
262 else if ( ( ret = BIO_flush(SSL_get_wbio(s))) <= 0)
265 if ( BIO_wpending(SSL_get_wbio(s)) + s->init_num >= mtu)
267 ret = BIO_flush(SSL_get_wbio(s));
294 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
300 ret = BIO_flush(SSL_get_wbio(s));
346 if ( BIO_ctrl(SSL_get_wbio(s),
348 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s),
1338 (void)BIO_flush(SSL_get_wbio(s));
1461 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) &&
1464 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s));
1468 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, NULL);
1473 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL);