Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

NdpQueueItem Struct Reference

NdpQueueItem Struct Reference

NDP queue item. More...

#include <ndp.h>

Data Fields

NetBufferbuffer
 Packet waiting for address resolution.
size_t offset
 Offset to the first byte of the packet.

Detailed Description

NDP queue item.

Definition at line 522 of file ndp.h.


Field Documentation

Packet waiting for address resolution.

Definition at line 525 of file ndp.h.

size_t offset

Offset to the first byte of the packet.

Definition at line 526 of file ndp.h.