mbedTLS
mbedtls_ssl_flight_item::len
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::len
mbedtls_ssl_flight_item::len field
length of p
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:1260
size_t
len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
len
;
/*!< length of p */
ssl_misc.h:1260
msg
->
len
=
ssl
->
out_msglen
;
ssl_msg.c:2437
ssl_flight_append()
memcpy
(
ssl
->
out_msg
,
cur
->
p
,
cur
->
len
)
;
ssl_msg.c:2587
mbedtls_ssl_flight_transmit()
ssl
->
out_msglen
=
cur
->
len
;
ssl_msg.c:2588
mbedtls_ssl_flight_transmit()
ssl
->
handshake
->
cur_msg_p
+=
cur
->
len
;
ssl_msg.c:2592
mbedtls_ssl_flight_transmit()
const
size_t
hs_len
=
cur
->
len
-
12
;
ssl_msg.c:2595
mbedtls_ssl_flight_transmit()
if
(
ssl
->
handshake
->
cur_msg_p
>=
cur
->
p
+
cur
->
len
)
{
ssl_msg.c:2650
mbedtls_ssl_flight_transmit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_flight_item::len
is written by 1 function and is read by 1 function:
ssl_flight_append()
All items filtered out
mbedtls_ssl_flight_item::len
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