Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint8_t *
Current pointer to data in the structure.
uint8_t
Flags associated with this buffer, see OS_MBUF_F_* defintions.
uint8_t
Length of packet header.
uint16_t
Length of data in this buffer.
struct os_mbuf_pool *
The mbuf pool this mbuf was allocated out of.
SLIST_ENTRY(os_mbuf)
uint8_t[0]
Pointer to the beginning of the data, after this buffer.

References

from examples