_SocketQueueItem Struct Reference

Receive queue item. More...

#include <socket.h>

Data Fields

struct _SocketQueueItemnext
 
NetInterfaceinterface
 
IpAddr srcIpAddr
 
uint16_t srcPort
 
IpAddr destIpAddr
 
NetBufferbuffer
 
size_t offset
 
NetRxAncillary ancillary
 

Detailed Description

Receive queue item.

Definition at line 261 of file socket.h.

Field Documentation

◆ ancillary

NetRxAncillary ancillary

Definition at line 270 of file socket.h.

◆ buffer

NetBuffer* buffer

Definition at line 268 of file socket.h.

◆ destIpAddr

IpAddr destIpAddr

Definition at line 267 of file socket.h.

◆ interface

NetInterface* interface

Definition at line 264 of file socket.h.

◆ next

struct _SocketQueueItem* next

Definition at line 263 of file socket.h.

◆ offset

size_t offset

Definition at line 269 of file socket.h.

◆ srcIpAddr

IpAddr srcIpAddr

Definition at line 265 of file socket.h.

◆ srcPort

uint16_t srcPort

Definition at line 266 of file socket.h.


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