ESP-IDF
esp_tls_set_socket_options()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_tls_set_socket_options()
esp_tls_set_socket_options() function
Syntax
Show:
Summary
Declaration
from
esp_tls.c:264
static
esp_err_t
esp_tls_set_socket_options
(
int
fd
,
const
esp_tls_cfg_t
*
cfg
)
;
Arguments
Argument
fd
cfg
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
esp_tls_set_socket_options
(
int
fd
,
const
esp_tls_cfg_t
*
cfg
)
esp_tls.c:264
ret
=
esp_tls_set_socket_options
(
fd
,
cfg
)
;
esp_tls.c:366
tcp_connect()
Call Tree
from
examples
esp_tls_set_socket_options()
is called by 1 function and calls 4 functions:
tcp_connect()
All items filtered out
esp_tls_set_socket_options()
esp_log_timestamp()
esp_log_write()
setsockopt()
ms_to_timeval()
All items filtered out
Data Use
from
examples
esp_tls_set_socket_options()
reads 14 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
ifreq::ifr_name
tls_keep_alive_cfg::keep_alive_enable
tls_keep_alive_cfg::keep_alive_idle
tls_keep_alive_cfg::keep_alive_interval
tls_keep_alive_cfg::keep_alive_count
esp_tls_cfg::timeout_ms
esp_tls_cfg::keep_alive_cfg
esp_tls_cfg::if_name
TAG
All items filtered out
esp_tls_set_socket_options()
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