Contiki 2.6
|
Representation of an item in a packet queue. More...
#include <core/net/packetqueue.h>
Representation of an item in a packet queue.
This structure holds the state of a packet queue. It is an opaque structure with no user-visible elements. The function packetqueue_queuebuf() is used to extract a queubuf from the item. The function packetqueue_ptr() is used to extract the opaque pointer that was registered with the packetqueue_enqueue_packetbuf() function.
Definition at line 87 of file packetqueue.h.