Contents

dequeue

Removes a single packet from the head of the queue.

Declaration

virtual mbuf_t dequeue();

Return Value

Returns a packet removed from the head of the queue, or NULL if the queue was empty.

See Also

Miscellaneous