mbedTLS
mbedtls_ssl_flight_item
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
mbedtls_ssl_flight_item struct
Syntax
Show:
Summary
Declaration
Definition
from
ssl.h:875
typedef
struct
mbedtls_ssl_flight_item
mbedtls_ssl_flight_item
;
Implemented in
ssl_misc.h:1258
Fields
Field
Declared as
Description
mbedtls_ssl_flight_item::p
unsigned
char
*
message, including handshake headers.
mbedtls_ssl_flight_item::len
size_t
length of p.
mbedtls_ssl_flight_item::type
unsigned
char
type of the message: handshake or CCS.
mbedtls_ssl_flight_item::next
mbedtls_ssl_flight_item
*
next handshake message(s).
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
mbedtls_ssl_flight_item
mbedtls_ssl_flight_item
;
ssl.h:875
struct
mbedtls_ssl_flight_item
{
ssl_misc.h:1258
typedef
struct
mbedtls_ssl_flight_item
mbedtls_ssl_flight_item
;
ssl.h:875
mbedtls_ssl_flight_item
mbedtls_ssl_flight_item
*
flight
;
/*!< Current outgoing flight */
ssl_misc.h:897
mbedtls_ssl_handshake_params
mbedtls_ssl_handshake_params::flight
mbedtls_ssl_flight_item
*
cur_msg
;
/*!< Current message in flight */
ssl_misc.h:898
mbedtls_ssl_handshake_params
mbedtls_ssl_handshake_params::cur_msg
mbedtls_ssl_flight_item
*
next
;
/*!< next handshake message(s) */
ssl_misc.h:1262
mbedtls_ssl_flight_item
mbedtls_ssl_flight_item::next
void
mbedtls_ssl_flight_free
(
mbedtls_ssl_flight_item
*
flight
)
;
ssl_misc.h:1873
mbedtls_ssl_flight_free()
mbedtls_ssl_flight_free()::flight
mbedtls_ssl_flight_item
*
msg
;
ssl_msg.c:2416
ssl_flight_append()
if
(
(
msg
=
mbedtls_calloc
(
1
,
sizeof
(
mbedtls_ssl_flight_item
)
)
)
==
NULL
)
{
ssl_msg.c:2422
ssl_flight_append()
mbedtls_ssl_flight_item
*
cur
=
ssl
->
handshake
->
flight
;
ssl_msg.c:2445
ssl_flight_append()
void
mbedtls_ssl_flight_free
(
mbedtls_ssl_flight_item
*
flight
)
ssl_msg.c:2459
mbedtls_ssl_flight_free()
mbedtls_ssl_flight_free()::flight
mbedtls_ssl_flight_item
*
cur
=
flight
;
ssl_msg.c:2461
mbedtls_ssl_flight_free()
mbedtls_ssl_flight_item
*
next
;
ssl_msg.c:2462
mbedtls_ssl_flight_free()
const
mbedtls_ssl_flight_item
*
const
cur
=
ssl
->
handshake
->
cur_msg
;
ssl_msg.c:2551
mbedtls_ssl_flight_transmit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
mbedtls_ssl_handshake_params::flight
mbedtls_ssl_handshake_params
ssl_misc.h:897
mbedtls_ssl_handshake_params::cur_msg
mbedtls_ssl_handshake_params
ssl_misc.h:898
mbedtls_ssl_flight_item::next
mbedtls_ssl_flight_item
ssl_misc.h:1262
mbedtls_ssl_flight_free()::flight
mbedtls_ssl_flight_free()
ssl_misc.h:1873
mbedtls_ssl_flight_free()::flight
mbedtls_ssl_flight_free()
ssl_msg.c:2459
Lifecycle
from
examples
All items filtered out
All items filtered out