Network buffer structure.
More...
Data Fields |
NETBUF * | nb_next |
| Link to next structure.
|
uint8_t | nb_flags |
| NBAF_ flags.
|
NBDATA | nb_dl |
| Datalink buffer.
|
NBDATA | nb_nw |
| Network buffer.
|
NBDATA | nb_tp |
| Transport buffer.
|
NBDATA | nb_ap |
| Application buffer.
|
NETBUF * | nb_ref |
| Link to clone origin.
|
Detailed Description
Network buffer structure.
Network buffer type.
Definition at line 160 of file netbuf.h.
Field Documentation
Link to next structure.
Definition at line 161 of file netbuf.h.
Datalink buffer.
Definition at line 163 of file netbuf.h.
Network buffer.
Definition at line 164 of file netbuf.h.
Transport buffer.
Definition at line 165 of file netbuf.h.
Application buffer.
Definition at line 166 of file netbuf.h.
Link to clone origin.
Definition at line 167 of file netbuf.h.
The documentation for this struct was generated from the following file: