ESP-IDF
esp_tls_cfg::addr_family
is only used within ESP-IDF.
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
ESP-IDF
esp_tls_cfg::addr_family
esp_tls_cfg::addr_family field
The address family to use when connecting to a host.
Syntax
Show:
Summary
Declaration
from
esp_tls.h:210
esp_tls_addr_family_t
addr_family
;
Examples
References
from
examples
Code
Location
Referrer
esp_tls_addr_family_t
addr_family
;
/*!< The address family to use when connecting to a host. */
esp_tls.h:210
esp_tls_addr_family_t
addr_family
=
(
cfg
!=
NULL
)
?
cfg
->
addr_family
:
ESP_TLS_AF_UNSPEC
;
esp_tls.c:358
tcp_connect()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_tls_cfg::addr_family
is read by 1 function:
All items filtered out
esp_tls_cfg::addr_family
tcp_connect()
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