ArpQueueItem Struct Reference

ARP queue item. More...

#include <arp.h>

Data Fields

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

ARP queue item.

Definition at line 176 of file arp.h.

Field Documentation

◆ ancillary

NetTxAncillary ancillary

Additional options.

Definition at line 180 of file arp.h.

◆ buffer

NetBuffer* buffer

Packet waiting for address resolution.

Definition at line 178 of file arp.h.

◆ offset

size_t offset

Offset to the first byte of the packet.

Definition at line 179 of file arp.h.


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