#include <eth.h>
Data Fields | |
phys_packet_t | packet [ETH_RECV_BUF_DIM] |
The packets pointers. | |
int | read |
The position of the next packet received. | |
int | write |
The position of the next packet to be sent. | |
int | count |
The amount of packets in the buffer. | |
semaphore_t | mutex |
A mutex semaphore for the buffer. |
Definition at line 41 of file eth.h.
|
The amount of packets in the buffer.
|
|
A mutex semaphore for the buffer.
|
|
The packets pointers.
|
|
The position of the next packet received.
|
|
The position of the next packet to be sent.
|