ReactOS 0.4.15-dev-7934-g1dc8d80
open_request Struct Reference

#include <tcpcore.h>

Collaboration diagram for open_request:

Public Attributes

struct open_requestdl_next
 
__u32 rcv_isn
 
__u32 snt_isn
 
__u16 rmt_port
 
__u16 mss
 
__u8 retrans
 
__u8 __pad
 
__u16 snd_wscale: 4
 
__u16 rcv_wscale: 4
 
__u16 tstamp_ok: 1
 
__u16 sack_ok: 1
 
__u16 wscale_ok: 1
 
__u16 ecn_ok: 1
 
__u16 acked: 1
 
__u32 window_clamp
 
__u32 rcv_wnd
 
__u32 ts_recent
 
unsigned long expires
 
struct or_calltableclass
 
struct socksk
 
union {
   struct tcp_v4_open_req   v4_req
 
af
 

Detailed Description

Definition at line 2284 of file tcpcore.h.

Member Data Documentation

◆ __pad

__u8 open_request::__pad

Definition at line 2291 of file tcpcore.h.

◆ acked

__u16 open_request::acked

Definition at line 2298 of file tcpcore.h.

◆ 

union { ... } open_request::af

◆ class

struct or_calltable* open_request::class

Definition at line 2304 of file tcpcore.h.

◆ dl_next

struct open_request* open_request::dl_next

Definition at line 2285 of file tcpcore.h.

◆ ecn_ok

__u16 open_request::ecn_ok

Definition at line 2297 of file tcpcore.h.

◆ expires

unsigned long open_request::expires

Definition at line 2303 of file tcpcore.h.

◆ mss

__u16 open_request::mss

Definition at line 2289 of file tcpcore.h.

◆ rcv_isn

__u32 open_request::rcv_isn

Definition at line 2286 of file tcpcore.h.

◆ rcv_wnd

__u32 open_request::rcv_wnd

Definition at line 2301 of file tcpcore.h.

◆ rcv_wscale

__u16 open_request::rcv_wscale

Definition at line 2293 of file tcpcore.h.

◆ retrans

__u8 open_request::retrans

Definition at line 2290 of file tcpcore.h.

Referenced by tcp_synq_len().

◆ rmt_port

__u16 open_request::rmt_port

Definition at line 2288 of file tcpcore.h.

◆ sack_ok

__u16 open_request::sack_ok

Definition at line 2295 of file tcpcore.h.

◆ sk

struct sock* open_request::sk

Definition at line 2305 of file tcpcore.h.

◆ snd_wscale

__u16 open_request::snd_wscale

Definition at line 2292 of file tcpcore.h.

◆ snt_isn

__u32 open_request::snt_isn

Definition at line 2287 of file tcpcore.h.

◆ ts_recent

__u32 open_request::ts_recent

Definition at line 2302 of file tcpcore.h.

◆ tstamp_ok

__u16 open_request::tstamp_ok

Definition at line 2294 of file tcpcore.h.

◆ v4_req

struct tcp_v4_open_req open_request::v4_req

Definition at line 2307 of file tcpcore.h.

◆ window_clamp

__u32 open_request::window_clamp

Definition at line 2300 of file tcpcore.h.

◆ wscale_ok

__u16 open_request::wscale_ok

Definition at line 2296 of file tcpcore.h.


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