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

Field Documentation

◆ ancillary

NetRxAncillary ancillary

Definition at line 296 of file socket.h.

◆ buffer

NetBuffer* buffer

Definition at line 294 of file socket.h.

◆ destIpAddr

IpAddr destIpAddr

Definition at line 293 of file socket.h.

◆ interface

NetInterface* interface

Definition at line 290 of file socket.h.

◆ next

struct _SocketQueueItem* next

Definition at line 289 of file socket.h.

◆ offset

size_t offset

Definition at line 295 of file socket.h.

◆ srcIpAddr

IpAddr srcIpAddr

Definition at line 291 of file socket.h.

◆ srcPort

uint16_t srcPort

Definition at line 292 of file socket.h.


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