mbedTLS
mbedtls_ssl_flight_item::next
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_flight_item::next
mbedtls_ssl_flight_item::next field
next handshake message(s)
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:1262
mbedtls_ssl_flight_item
*
next
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ssl_flight_item
*
next
;
/*!< next handshake message(s) */
ssl_misc.h:1262
msg
->
next
=
NULL
;
ssl_msg.c:2439
ssl_flight_append()
while
(
cur
->
next
!=
NULL
)
{
ssl_msg.c:2446
ssl_flight_append()
cur
=
cur
->
next
;
ssl_msg.c:2447
ssl_flight_append()
cur
->
next
=
msg
;
ssl_msg.c:2449
ssl_flight_append()
next
=
cur
->
next
;
ssl_msg.c:2465
mbedtls_ssl_flight_free()
if
(
cur
->
next
!=
NULL
)
{
ssl_msg.c:2651
mbedtls_ssl_flight_transmit()
ssl
->
handshake
->
cur_msg
=
cur
->
next
;
ssl_msg.c:2652
mbedtls_ssl_flight_transmit()
ssl
->
handshake
->
cur_msg_p
=
cur
->
next
->
p
+
12
;
ssl_msg.c:2653
mbedtls_ssl_flight_transmit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_flight_item::next
is written by 1 function and is read by 3 functions:
ssl_flight_append()
All items filtered out
mbedtls_ssl_flight_item::next
ssl_flight_append()
mbedtls_ssl_flight_free()
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