mbedTLS
mbedtls_ssl_handshake_params::flight
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::flight
mbedtls_ssl_handshake_params::flight field
Current outgoing flight
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:897
mbedtls_ssl_flight_item
*
flight
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ssl_flight_item
*
flight
;
/*!< Current outgoing flight */
ssl_misc.h:897
if
(
ssl
->
handshake
->
flight
==
NULL
)
{
ssl_msg.c:2442
ssl_flight_append()
ssl
->
handshake
->
flight
=
msg
;
ssl_msg.c:2443
ssl_flight_append()
mbedtls_ssl_flight_item
*
cur
=
ssl
->
handshake
->
flight
;
ssl_msg.c:2445
ssl_flight_append()
ssl
->
handshake
->
cur_msg
=
ssl
->
handshake
->
flight
;
ssl_msg.c:2539
mbedtls_ssl_flight_transmit()
ssl
->
handshake
->
cur_msg_p
=
ssl
->
handshake
->
flight
->
p
+
12
;
ssl_msg.c:2540
mbedtls_ssl_flight_transmit()
mbedtls_ssl_flight_free
(
ssl
->
handshake
->
flight
)
;
ssl_msg.c:2690
mbedtls_ssl_recv_flight_completed()
ssl
->
handshake
->
flight
=
NULL
;
ssl_msg.c:2691
mbedtls_ssl_recv_flight_completed()
mbedtls_ssl_flight_free
(
handshake
->
flight
)
;
ssl_tls.c:4887
mbedtls_ssl_handshake_free()
ssl
->
handshake
->
flight
!=
NULL
)
{
ssl_tls.c:8286
mbedtls_ssl_handshake_wrapup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::flight
is written by 2 functions and is read by 5 functions:
ssl_flight_append()
mbedtls_ssl_recv_flight_completed()
All items filtered out
mbedtls_ssl_handshake_params::flight
ssl_flight_append()
mbedtls_ssl_flight_transmit()
mbedtls_ssl_recv_flight_completed()
mbedtls_ssl_handshake_free()
mbedtls_ssl_handshake_wrapup()
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