ESP-IDF
L2TAP_SOCK_STATE_READY
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
L2TAP_SOCK_STATE_READY
L2TAP_SOCK_STATE_READY value
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:35
L2TAP_SOCK_STATE_READY
;
Examples
References
from
examples
Code
Location
Referrer
L2TAP_SOCK_STATE_READY
,
esp_vfs_l2tap.c:35
l2tap_socket_state_t
exp_state
=
L2TAP_SOCK_STATE_READY
;
esp_vfs_l2tap.c:213
l2tap_open()
atomic_store
(
&
s_l2tap_sockets
[
fd
]
.
state
,
L2TAP_SOCK_STATE_READY
)
;
esp_vfs_l2tap.c:217
l2tap_open()
atomic_store
(
&
s_l2tap_sockets
[
fd
]
.
state
,
L2TAP_SOCK_STATE_READY
)
;
esp_vfs_l2tap.c:332
l2tap_close()
ESP_RETURN_ON_FALSE
(
atomic_load
(
&
s_l2tap_sockets
[
i
]
.
state
)
==
L2TAP_SOCK_STATE_READY
,
esp_vfs_l2tap.c:621
esp_vfs_l2tap_intf_unregister()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
L2TAP_SOCK_STATE_READY
is read by 3 functions:
All items filtered out
L2TAP_SOCK_STATE_READY
l2tap_open()
l2tap_close()
esp_vfs_l2tap_intf_unregister()
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