ESP-IDF
dl_list_first
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
dl_list_first
dl_list_first macro
Syntax
Show:
Summary
Declaration
from
list.h:76
#define
dl_list_first
(
list
,
type
,
member
)
\
(
dl_list_empty
(
(
list
)
)
?
NULL
:
\
dl_list_entry
(
(
list
)
->
next
,
type
,
member
)
)
Arguments
Argument
list
type
member
Examples
References
from
examples
Code
Location
#define
dl_list_first
(
list
,
type
,
member
)
\
list.h:76
return
dl_list_first
(
&
wpa_s
->
bss
,
struct
wpa_bss
,
list
)
;
bss.c:453
timeout
=
dl_list_first
(
&
eloop
.
timeout
,
struct
eloop_timeout
,
eloop.c:336
timeout
=
dl_list_first
(
&
eloop
.
timeout
,
struct
eloop_timeout
,
eloop.c:354
frm
=
dl_list_first
(
&
hapd
->
sae_commit_queue
,
esp_wpa3.c:458
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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