ESP-IDF
net_buf_reserve
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_reserve
net_buf_reserve macro
@def net_buf_reserve Initialize buffer with the given headroom. The buffer is not expected to contain any data when this API is called.
Syntax
Show:
Summary
Declaration
from
buf.h:999
#define
net_buf_reserve
(
buf
,
reserve
)
net_buf_simple_reserve
(
&
(
buf
)
->
b
,
reserve
)
Arguments
Argument
Description
buf
Buffer to initialize.
reserve
How much headroom to reserve.
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