ESP-IDF
pkt_queue_header
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
pkt_queue_header
pkt_queue_header struct
Syntax
Show:
Summary
Declaration
from
pkt_queue.c:12
STAILQ_HEAD
(
pkt_queue_header
;
Fields
Field
Declared as
stqh_first
STAILQ_HEAD
stqh_last
STAILQ_HEAD
Examples
References
from
examples
Code
Location
Scope
Referrer
STAILQ_HEAD
(
pkt_queue_header
,
pkt_linked_item
)
;
pkt_queue.c:12
struct
pkt_queue_header
header
;
pkt_queue.c:17
pkt_queue
pkt_queue::header
struct
pkt_queue_header
*
p
=
&
queue
->
header
;
pkt_queue.c:30
pkt_queue_create()
struct
pkt_queue_header
*
header
=
&
queue
->
header
;
pkt_queue.c:42
pkt_queue_cleanup()
struct
pkt_queue_header
*
header
;
pkt_queue.c:88
pkt_queue_dequeue()
struct
pkt_queue_header
*
header
;
pkt_queue.c:109
pkt_queue_enqueue()
struct
pkt_queue_header
*
header
=
&
queue
->
header
;
pkt_queue.c:138
pkt_queue_try_peek_first()
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
Instance
Scope
Location
Project
pkt_queue::header
pkt_queue
pkt_queue.c:17
Lifecycle
from
examples
All items filtered out
All items filtered out