NetBuf
Overview
Related Modules:
Description:
Records and saves a network data buffer.
This structure is used to transmit network data between the protocol stack and network driver.
Since:
1.0
Summary
Data Fields
| Variable Name | Description |
|---|---|
| dlist | struct DListHead |
| bufs [MAX_BUF_NUM] | struct BufField |
| mem | uint8_t |
| len | uint32_t |
| dataLen | uint32_t |
| dev | void |
| qmap | uint32_t |
| rsv [MAX_NETBUF_RESEVER_SIZE] | uint8_t |
