ESP-IDF
pkt_queue_cleanup()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pkt_queue_cleanup()
pkt_queue_cleanup() function
Syntax
Show:
Summary
Declaration
from
pkt_queue.c:36
static
void
pkt_queue_cleanup
(
struct
pkt_queue
*
queue
,
pkt_queue_free_cb
free_cb
)
;
Arguments
Argument
queue
free_cb
Related Functions
Found 7 other functions taking a
pkt_queue
argument:
Function
pkt_queue_length()
pkt_queue_dequeue()
pkt_queue_enqueue()
pkt_queue_destroy()
pkt_queue_is_empty()
pkt_queue_try_peek_first()
pkt_queue_flush()
Examples
References
from
examples
Code
Location
Referrer
static
void
pkt_queue_cleanup
(
struct
pkt_queue
*
queue
,
pkt_queue_free_cb
free_cb
)
pkt_queue.c:36
pkt_queue_cleanup
(
queue
,
free_cb
)
;
pkt_queue.c:64
pkt_queue_flush()
pkt_queue_cleanup
(
queue
,
free_cb
)
;
pkt_queue.c:74
pkt_queue_destroy()
Call Tree
from
examples
pkt_queue_cleanup()
is called by 2 functions:
pkt_queue_flush()
pkt_queue_destroy()
All items filtered out
pkt_queue_cleanup()
All items filtered out
Data Use
from
examples
pkt_queue_cleanup()
reads 3 variables and writes 1 variable:
osi_free_func()
pkt_linked_item::next
pkt_queue::length
All items filtered out
pkt_queue_cleanup()
pkt_queue::length
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