ESP-IDF
tlsv1_client::client_hello_ext
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tlsv1_client::client_hello_ext
tlsv1_client::client_hello_ext field
Syntax
Show:
Summary
Declaration
from
tlsv1_client_i.h:51
u8
*
client_hello_ext
;
Examples
References
from
examples
Code
Location
Referrer
u8
*
client_hello_ext
;
tlsv1_client_i.h:51
os_free
(
conn
->
client_hello_ext
)
;
tlsv1_client.c:527
tlsv1_client_deinit()
os_free
(
conn
->
client_hello_ext
)
;
tlsv1_client.c:746
tlsv1_client_hello_ext()
conn
->
client_hello_ext
=
NULL
;
tlsv1_client.c:747
tlsv1_client_hello_ext()
pos
=
conn
->
client_hello_ext
=
os_malloc
(
4
+
data_len
)
;
tlsv1_client.c:753
tlsv1_client_hello_ext()
if
(
conn
->
client_hello_ext
)
{
tlsv1_client_write.c:154
tls_send_client_hello()
os_memcpy
(
pos
,
conn
->
client_hello_ext
,
tlsv1_client_write.c:155
tls_send_client_hello()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tlsv1_client::client_hello_ext
is written by 1 function and is read by 3 functions:
tlsv1_client_hello_ext()
All items filtered out
tlsv1_client::client_hello_ext
tlsv1_client_deinit()
tlsv1_client_hello_ext()
tls_send_client_hello()
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