LwIP
LWIP_IP_CHECK_PBUF_REF_COUNT_FOR_TX
is only used within LwIP.
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
STM32 Libraries and Samples
LwIP
LWIP_IP_CHECK_PBUF_REF_COUNT_FOR_TX
LWIP_IP_CHECK_PBUF_REF_COUNT_FOR_TX macro
pbufs passed to IP must have a ref-count of 1 as their payload pointer gets altered as the packet is passed down the stack
Syntax
Show:
Summary
Declaration
from
ip.h:63
#define
LWIP_IP_CHECK_PBUF_REF_COUNT_FOR_TX
(
p
)
LWIP_ASSERT
(
"p->ref == 1"
,
(
p
)
->
ref
==
1
)
Arguments
Argument
p
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