mbedtls_ssl_send_t is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_ssl_send_t

Callback type: send data on the network.

Syntax

typedef int mbedtls_ssl_send_t( void *ctx, const unsigned char *buf, size_t len );

References

LocationReferrerScopeText
ssl.h:466
typedef int mbedtls_ssl_send_t( void *ctx,
ssl.h:1044mbedtls_ssl_context::f_sendmbedtls_ssl_context
mbedtls_ssl_send_t *f_send; /*!< Callback for network send */
ssl.h:1394mbedtls_ssl_set_bio()::f_sendmbedtls_ssl_set_bio()
mbedtls_ssl_send_t *f_send,
ssl_tls.c:7137mbedtls_ssl_set_bio()
mbedtls_ssl_send_t *f_send,

Type Use

Variables of mbedtls_ssl_send_t type
mbedtls_ssl_send_t