ESP-IDF
net_buf_headroom
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
net_buf_headroom
net_buf_headroom macro
@def net_buf_headroom Check buffer headroom. Check how much free space there is in the beginning of the buffer. buf A valid pointer on a buffer
Syntax
Show:
Summary
Declaration
from
buf.h:1574
#define
net_buf_headroom
(
buf
)
net_buf_simple_headroom
(
&
(
buf
)
->
b
)
Arguments
Argument
buf
Return value
Number of bytes available in the beginning of the buffer.
Examples
References
from
examples
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