mbedTLS
mbedtls_ssl_handshake_params::cur_msg
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_handshake_params::cur_msg
mbedtls_ssl_handshake_params::cur_msg field
Current message in flight
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:898
mbedtls_ssl_flight_item
*
cur_msg
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ssl_flight_item
*
cur_msg
;
/*!< Current message in flight */
ssl_misc.h:898
ssl
->
handshake
->
cur_msg
=
ssl
->
handshake
->
flight
;
ssl_msg.c:2539
mbedtls_ssl_flight_transmit()
while
(
ssl
->
handshake
->
cur_msg
!=
NULL
)
{
ssl_msg.c:2549
mbedtls_ssl_flight_transmit()
const
mbedtls_ssl_flight_item
*
const
cur
=
ssl
->
handshake
->
cur_msg
;
ssl_msg.c:2551
mbedtls_ssl_flight_transmit()
ssl
->
handshake
->
cur_msg
=
cur
->
next
;
ssl_msg.c:2652
mbedtls_ssl_flight_transmit()
ssl
->
handshake
->
cur_msg
=
NULL
;
ssl_msg.c:2655
mbedtls_ssl_flight_transmit()
ssl
->
handshake
->
cur_msg
=
NULL
;
ssl_msg.c:2692
mbedtls_ssl_recv_flight_completed()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::cur_msg
is written by 2 functions and is read by 1 function:
mbedtls_ssl_flight_transmit()
mbedtls_ssl_recv_flight_completed()
All items filtered out
mbedtls_ssl_handshake_params::cur_msg
mbedtls_ssl_flight_transmit()
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