_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 229 of file socket.h.

Field Documentation

◆ ancillary

NetRxAncillary ancillary

Definition at line 238 of file socket.h.

◆ buffer

NetBuffer* buffer

Definition at line 236 of file socket.h.

◆ destIpAddr

IpAddr destIpAddr

Definition at line 235 of file socket.h.

◆ interface

NetInterface* interface

Definition at line 232 of file socket.h.

◆ next

struct _SocketQueueItem* next

Definition at line 231 of file socket.h.

◆ offset

size_t offset

Definition at line 237 of file socket.h.

◆ srcIpAddr

IpAddr srcIpAddr

Definition at line 233 of file socket.h.

◆ srcPort

uint16_t srcPort

Definition at line 234 of file socket.h.


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