|
#define | BO_UNUSED 0 |
| The buffer is free and available for allocation.
|
|
#define | BO_SOFTWARE 1 |
| The buffer belongs to application software.
|
|
#define | BO_PRX 2 |
| The buffer is assigned to receive function.
|
|
#define | BO_PTXF 3 |
| The buffer is to be transmitted then freed.
|
|
#define | BO_PTXS 4 |
| The buffer is to be transmitted then returned to software.
|
|
#include< buffers.h>
Buffer ownership states define which system component currently owns a buffer as it moves through the network stack.