ESP-IDF
net_buf_slist_t::stqh_first
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
net_buf_slist_t::stqh_first
net_buf_slist_t::stqh_first field
Syntax
Show:
Summary
Declaration
from
glue.h:618
STAILQ_HEAD
;
Examples
References
from
examples
Code
Location
Referrer
STAILQ_HEAD
(
net_buf_slist_t
,
os_mbuf_pkthdr
)
;
glue.h:618
STAILQ_INIT
(
list
)
;
glue.c:887
net_buf_slist_init()
return
STAILQ_EMPTY
(
list
)
;
glue.c:892
net_buf_slist_is_empty()
pkthdr
=
STAILQ_FIRST
(
list
)
;
glue.c:900
net_buf_slist_peek_head()
STAILQ_REMOVE_HEAD
(
list
,
omp_next
)
;
glue.c:934
net_buf_slist_get()
STAILQ_FOREACH
(
pkthdr
,
list
,
omp_next
)
{
glue.c:954
net_buf_slist_remove()
STAILQ_REMOVE
(
list
,
cur_pkthdr
,
os_mbuf_pkthdr
,
omp_next
)
;
glue.c:956
net_buf_slist_remove()
if
(
!
STAILQ_EMPTY
(
list_to_append
)
)
{
glue.c:965
net_buf_slist_merge_slist()
*
(
list
)
->
stqh_last
=
list_to_append
->
stqh_first
;
glue.c:966
net_buf_slist_merge_slist()
STAILQ_INIT
(
list_to_append
)
;
glue.c:968
net_buf_slist_merge_slist()
.
local_queue
=
STAILQ_HEAD_INITIALIZER
(
bt_mesh
.
local_queue
)
,
net.c:85
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
net_buf_slist_t::stqh_first
is read by 6 functions:
All items filtered out
net_buf_slist_t::stqh_first
net_buf_slist_init()
net_buf_slist_is_empty()
net_buf_slist_peek_head()
net_buf_slist_get()
net_buf_slist_remove()
net_buf_slist_merge_slist()
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