Home
last modified time | relevance | path

Searched refs:f_send (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1298 mbedtls_ssl_send_t *f_send; /*!< Callback for network send */ member
1707 mbedtls_ssl_send_t *f_send,
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dssl_msg.c2089 if( ssl->f_send == NULL ) in mbedtls_ssl_flush_output()
2110 ret = ssl->f_send( ssl->p_bio, buf, ssl->out_left ); in mbedtls_ssl_flush_output()
3407 send_ret = ssl->f_send( ssl->p_bio, ssl->out_buf, len ); in ssl_handle_possible_reconnect()
Dssl_tls.c4206 mbedtls_ssl_send_t *f_send, in mbedtls_ssl_set_bio() argument
4211 ssl->f_send = f_send; in mbedtls_ssl_set_bio()
/openthread-3.4.0/third_party/mbedtls/repo/
DChangeLog1902 * In the SSL module, when f_send, f_recv or f_recv_timeout report