ESP-IDF
NET_BUF_DBG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
NET_BUF_DBG
NET_BUF_DBG macro
Syntax
Show:
Summary
Declaration
from
trace.h:105
#define
NET_BUF_DBG
(
fmt
,
args
...
)
Arguments
Argument
fmt
args
Examples
References
from
examples
Code
Location
#define
NET_BUF_DBG
(
fmt
,
args
...
)
trace.h:105
NET_BUF_DBG
(
"buf %p reserve %zu"
,
buf
,
reserve
)
;
buf.c:399
NET_BUF_DBG
(
"buf %p (old) ref %u pool %p"
,
buf
,
buf
->
ref
,
buf
->
pool
)
;
buf.c:456
NET_BUF_DBG
(
"buf %p ref %u pool %p frags %p"
,
buf
,
buf
->
ref
,
buf.c:481
NET_BUF_DBG
(
"Unref, pool %p, avail_count %d, uninit_count %d"
,
buf.c:496
NET_BUF_DBG
(
"Alloc, pool %p, uninit_count %d, buf_count %d"
,
buf.c:549
NET_BUF_DBG
(
"allocated buf %p"
,
buf
)
;
buf.c:577
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