ESP-IDF
OS_MBUF_IS_PKTHDR
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
OS_MBUF_IS_PKTHDR
OS_MBUF_IS_PKTHDR macro
Syntax
Show:
Summary
Declaration
from
os_mbuf.h:138
#define
OS_MBUF_IS_PKTHDR
(
__om
)
\
(
(
__om
)
->
om_pkthdr_len
>=
sizeof
(
struct
os_mbuf_pkthdr
)
)
Arguments
Argument
__om
Examples
References
from
examples
Code
Location
#define
OS_MBUF_IS_PKTHDR
(
__om
)
\
os_mbuf.h:138
if
(
!
OS_MBUF_IS_PKTHDR
(
om
)
)
{
ble_hs_mqueue.c:69
assert
(
OS_MBUF_IS_PKTHDR
(
om
)
)
;
glue.c:81
if
(
!
OS_MBUF_IS_PKTHDR
(
m
)
)
{
os_mbuf.c:110
if
(
OS_MBUF_IS_PKTHDR
(
om
)
)
{
os_mbuf.c:465
if
(
OS_MBUF_IS_PKTHDR
(
om
)
)
{
os_mbuf.c:537
if
(
OS_MBUF_IS_PKTHDR
(
mp
)
)
os_mbuf.c:639
if
(
OS_MBUF_IS_PKTHDR
(
mp
)
)
os_mbuf.c:659
if
(
OS_MBUF_IS_PKTHDR
(
m
)
)
os_mbuf.c:672
if
(
OS_MBUF_IS_PKTHDR
(
om
)
)
{
os_mbuf.c:799
if
(
OS_MBUF_IS_PKTHDR
(
om
)
)
{
os_mbuf.c:809
if
(
OS_MBUF_IS_PKTHDR
(
om
)
)
{
os_mbuf.c:821
if
(
OS_MBUF_IS_PKTHDR
(
om
)
)
{
os_mbuf.c:903
if
(
OS_MBUF_IS_PKTHDR
(
first
)
)
{
os_mbuf.c:934
if
(
OS_MBUF_IS_PKTHDR
(
second
)
)
{
os_mbuf.c:935
if
(
OS_MBUF_IS_PKTHDR
(
om
)
)
{
os_mbuf.c:977
if
(
OS_MBUF_IS_PKTHDR
(
om
)
)
{
os_mbuf.c:1019
if
(
OS_MBUF_IS_PKTHDR
(
om
)
)
{
os_mbuf.c:1122
if
(
OS_MBUF_IS_PKTHDR
(
om
)
)
{
os_mbuf.c:1175
if
(
OS_MBUF_IS_PKTHDR
(
cur
)
)
{
os_mbuf.c:1209
if
(
OS_MBUF_IS_PKTHDR
(
om
)
)
{
os_mbuf.h:195
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