ESP-IDF
l2tap_select_notify()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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
l2tap_select_notify()
l2tap_select_notify() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_vfs_l2tap.c:84
static
void
l2tap_select_notify
(
int
fd
,
l2tap_select_notif_e
select_notif
)
;
Implemented in
esp_vfs_l2tap.c:488
Arguments
Argument
fd
select_notif
Examples
References
from
examples
Code
Location
Referrer
static
void
l2tap_select_notify
(
int
fd
,
l2tap_select_notif_e
select_notif
)
esp_vfs_l2tap.c:488
static
void
l2tap_select_notify
(
int
fd
,
l2tap_select_notif_e
select_notif
)
;
esp_vfs_l2tap.c:84
l2tap_select_notify
(
i
,
L2TAP_SELECT_READ_NOTIF
)
;
esp_vfs_l2tap.c:194
esp_vfs_l2tap_eth_filter()
Call Tree
from
examples
l2tap_select_notify()
is called by 1 function and calls 1 function:
esp_vfs_l2tap_eth_filter()
All items filtered out
l2tap_select_notify()
esp_vfs_select_triggered()
All items filtered out
Data Use
from
examples
l2tap_select_notify()
reads 9 variables:
l2tap_select_notif_e::L2TAP_SELECT_READ_NOTIF
l2tap_select_notif_e::L2TAP_SELECT_WRITE_NOTIF
l2tap_select_notif_e::L2TAP_SELECT_ERR_NOTIF
s_registered_selects
s_registered_select_cnt
l2tap_select_args_t::select_sem
l2tap_select_args_t::readfds
l2tap_select_args_t::writefds
l2tap_select_args_t::errorfds
All items filtered out
l2tap_select_notify()
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