mbedTLS
mbedtls_ssl_context::f_send
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_context::f_send
mbedtls_ssl_context::f_send field
Syntax
Show:
Summary
Declaration
from
ssl.h:1735
mbedtls_ssl_send_t
*
MBEDTLS_PRIVATE
(
f_send
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ssl_send_t
*
MBEDTLS_PRIVATE
(
f_send
)
;
/*!< Callback for network send */
ssl.h:1735
if
(
ssl
->
f_send
==
NULL
)
{
ssl_msg.c:2355
mbedtls_ssl_flush_output()
ret
=
ssl
->
f_send
(
ssl
->
p_bio
,
buf
,
ssl
->
out_left
)
;
ssl_msg.c:2372
mbedtls_ssl_flush_output()
send_ret
=
ssl
->
f_send
(
ssl
->
p_bio
,
ssl
->
out_buf
,
len
)
;
ssl_msg.c:3657
ssl_handle_possible_reconnect()
ssl
->
f_send
=
f_send
;
ssl_tls.c:1680
mbedtls_ssl_set_bio()
Call Tree
from
examples
mbedtls_ssl_context::f_send
is called by 2 functions:
mbedtls_ssl_flush_output()
ssl_handle_possible_reconnect()
All items filtered out
mbedtls_ssl_context::f_send
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::f_send
is written by 1 function and is read by 1 function:
mbedtls_ssl_set_bio()
All items filtered out
mbedtls_ssl_context::f_send
mbedtls_ssl_flush_output()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out