ESP-IDF
l2tap_context_t::non_blocking
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
l2tap_context_t::non_blocking
l2tap_context_t::non_blocking field
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:42
bool
non_blocking
;
Examples
References
from
examples
Code
Location
Referrer
bool
non_blocking
;
esp_vfs_l2tap.c:42
if
(
l2tap_socket
->
non_blocking
)
{
esp_vfs_l2tap.c:110
pop_rx_queue()
s_l2tap_sockets
[
fd
]
.
non_blocking
=
(
(
flags
&
O_NONBLOCK
)
==
O_NONBLOCK
)
;
esp_vfs_l2tap.c:222
l2tap_open()
if
(
s_l2tap_sockets
[
fd
]
.
non_blocking
)
{
esp_vfs_l2tap.c:428
l2tap_fcntl()
s_l2tap_sockets
[
fd
]
.
non_blocking
=
(
arg
&
O_NONBLOCK
)
!=
0
;
esp_vfs_l2tap.c:432
l2tap_fcntl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
l2tap_context_t::non_blocking
is written by 2 functions and is read by 2 functions:
l2tap_open()
l2tap_fcntl()
All items filtered out
l2tap_context_t::non_blocking
pop_rx_queue()
l2tap_fcntl()
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