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
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
Lifecycle
from
examples
All items filtered out
All items filtered out