ESP-IDF
+
0
/15 examples
SourceVu will show references to
os_mbuf_pkthdr
from the following samples and libraries:
blecent sample
bleprph sample
bleprph_host_only sample
bleprph_wifi_coex sample
ble_dynamic_service sample
power_save sample
cts_cent sample
enc_adv_data_cent sample
enc_adv_data_prph sample
htp_cent sample
phy_prph sample
proximity_sensor_cent sample
spp_client sample
blecent_throughput sample
bleprph_throughput sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
os_mbuf_pkthdr
os_mbuf_pkthdr struct
A packet header structure that preceeds the mbuf packet headers.
Syntax
Show:
Summary
Declaration
from
os_mbuf.h:70
struct
os_mbuf_pkthdr
{
uint16_t
omp_len
;
uint16_t
omp_flags
;
STAILQ_ENTRY
(
os_mbuf_pkthdr
)
omp_next
;
}
;
Fields
Field
Declared as
Description
os_mbuf_pkthdr::omp_len
uint16_t
Overall length of the packet.
os_mbuf_pkthdr::omp_flags
uint16_t
Flags.
os_mbuf_pkthdr::omp_next
STAILQ_ENTRY
(
os_mbuf_pkthdr
)
Examples
os_mbuf_pkthdr
is referenced by 15 libraries and example projects:
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