mbedTLS
mbedtls_ssl_config::alpn_list
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_config::alpn_list
mbedtls_ssl_config::alpn_list field
Syntax
Show:
Summary
Declaration
from
ssl.h:1636
const
char
*
*
MBEDTLS_PRIVATE
(
alpn_list
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
*
MBEDTLS_PRIVATE
(
alpn_list
)
;
/*!< ordered list of protocols */
ssl.h:1636
if
(
ssl
->
conf
->
alpn_list
==
NULL
)
{
ssl_client.c:123
ssl_write_alpn_ext()
for
(
const
char
*
*
cur
=
ssl
->
conf
->
alpn_list
;
*
cur
!=
NULL
;
cur
++
)
{
ssl_client.c:145
ssl_write_alpn_ext()
conf
->
alpn_list
=
protos
;
ssl_tls.c:2835
mbedtls_ssl_conf_alpn_protocols()
if
(
ssl
->
conf
->
alpn_list
==
NULL
)
{
ssl_tls.c:9512
mbedtls_ssl_parse_alpn_ext()
for
(
const
char
*
*
alpn
=
ssl
->
conf
->
alpn_list
;
*
alpn
!=
NULL
;
alpn
++
)
{
ssl_tls.c:9554
mbedtls_ssl_parse_alpn_ext()
if
(
ssl
->
conf
->
alpn_list
==
NULL
)
{
ssl_tls12_client.c:920
ssl_parse_alpn_ext()
for
(
p
=
ssl
->
conf
->
alpn_list
;
*
p
!=
NULL
;
p
++
)
{
ssl_tls12_client.c:961
ssl_parse_alpn_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::alpn_list
is written by 1 function and is read by 3 functions:
mbedtls_ssl_conf_alpn_protocols()
All items filtered out
mbedtls_ssl_config::alpn_list
ssl_write_alpn_ext()
mbedtls_ssl_parse_alpn_ext()
ssl_parse_alpn_ext()
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