NdpQueueItem Struct Reference

NDP queue item. More...

#include <ndp.h>

Data Fields

NetInterfacesrcInterface
 Interface from which the packet has been received. More...
 
NetBufferbuffer
 Packet waiting for address resolution. More...
 
size_t offset
 Offset to the first byte of the packet. More...
 
NetTxAncillary ancillary
 Additional options. More...
 

Detailed Description

NDP queue item.

Definition at line 535 of file ndp.h.

Field Documentation

◆ ancillary

NetTxAncillary ancillary

Additional options.

Definition at line 540 of file ndp.h.

◆ buffer

NetBuffer* buffer

Packet waiting for address resolution.

Definition at line 538 of file ndp.h.

◆ offset

size_t offset

Offset to the first byte of the packet.

Definition at line 539 of file ndp.h.

◆ srcInterface

NetInterface* srcInterface

Interface from which the packet has been received.

Definition at line 537 of file ndp.h.


The documentation for this struct was generated from the following file: