_TcpSynQueueItem Struct Reference

SYN queue item. More...

#include <tcp.h>

Data Fields

struct _TcpSynQueueItemnext
 
NetInterfaceinterface
 
IpAddr srcAddr
 
uint16_t srcPort
 
IpAddr destAddr
 
uint32_t isn
 
uint16_t mss
 
bool_t sackPermitted
 

Detailed Description

SYN queue item.

Definition at line 399 of file tcp.h.

Field Documentation

◆ destAddr

IpAddr destAddr

Definition at line 405 of file tcp.h.

◆ interface

NetInterface* interface

Definition at line 402 of file tcp.h.

◆ isn

uint32_t isn

Definition at line 406 of file tcp.h.

◆ mss

uint16_t mss

Definition at line 407 of file tcp.h.

◆ next

struct _TcpSynQueueItem* next

Definition at line 401 of file tcp.h.

◆ sackPermitted

bool_t sackPermitted

Definition at line 409 of file tcp.h.

◆ srcAddr

IpAddr srcAddr

Definition at line 403 of file tcp.h.

◆ srcPort

uint16_t srcPort

Definition at line 404 of file tcp.h.


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