ESP-IDF
l2tap_close()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
l2tap_close()
l2tap_close() function
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:304
static
int
l2tap_close
(
int
fd
)
;
Arguments
Argument
fd
Examples
References
from
examples
Code
Location
static
int
l2tap_close
(
int
fd
)
esp_vfs_l2tap.c:304
.
close
=
&
l2tap_close
,
esp_vfs_l2tap.c:593
Call Tree
from
examples
l2tap_close()
calls 6 functions:
All items filtered out
l2tap_close()
xTaskCreate()
vQueueDelete()
esp_log_timestamp()
esp_log_write()
xQueueSemaphoreTake()
xQueueGenericCreate()
All items filtered out
Data Use
from
examples
l2tap_close()
reads 12 variables and writes 1 variable:
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
s_l2tap_sockets
TAG
l2tap_socket_state_t::L2TAP_SOCK_STATE_READY
l2tap_socket_state_t::L2TAP_SOCK_STATE_OPENED
l2tap_socket_state_t::L2TAP_SOCK_STATE_CLOSING
l2tap_context_t::close_done_sem
l2tap_clean_task()
All items filtered out
l2tap_close()
l2tap_context_t::close_done_sem
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