ReactOS 0.4.15-dev-7834-g00c4b3d
tcp_info Struct Reference

#include <tcpdef.h>

Public Attributes

__u8 tcpi_state
 
__u8 tcpi_ca_state
 
__u8 tcpi_retransmits
 
__u8 tcpi_probes
 
__u8 tcpi_backoff
 
__u8 tcpi_options
 
__u8 tcpi_snd_wscale: 4
 
__u8 tcpi_rcv_wscale: 4
 
__u32 tcpi_rto
 
__u32 tcpi_ato
 
__u32 tcpi_snd_mss
 
__u32 tcpi_rcv_mss
 
__u32 tcpi_unacked
 
__u32 tcpi_sacked
 
__u32 tcpi_lost
 
__u32 tcpi_retrans
 
__u32 tcpi_fackets
 
__u32 tcpi_last_data_sent
 
__u32 tcpi_last_ack_sent
 
__u32 tcpi_last_data_recv
 
__u32 tcpi_last_ack_recv
 
__u32 tcpi_pmtu
 
__u32 tcpi_rcv_ssthresh
 
__u32 tcpi_rtt
 
__u32 tcpi_rttvar
 
__u32 tcpi_snd_ssthresh
 
__u32 tcpi_snd_cwnd
 
__u32 tcpi_advmss
 
__u32 tcpi_reordering
 

Detailed Description

Definition at line 149 of file tcpdef.h.

Member Data Documentation

◆ tcpi_advmss

__u32 tcp_info::tcpi_advmss

Definition at line 183 of file tcpdef.h.

◆ tcpi_ato

__u32 tcp_info::tcpi_ato

Definition at line 160 of file tcpdef.h.

◆ tcpi_backoff

__u8 tcp_info::tcpi_backoff

Definition at line 155 of file tcpdef.h.

◆ tcpi_ca_state

__u8 tcp_info::tcpi_ca_state

Definition at line 152 of file tcpdef.h.

◆ tcpi_fackets

__u32 tcp_info::tcpi_fackets

Definition at line 168 of file tcpdef.h.

◆ tcpi_last_ack_recv

__u32 tcp_info::tcpi_last_ack_recv

Definition at line 174 of file tcpdef.h.

◆ tcpi_last_ack_sent

__u32 tcp_info::tcpi_last_ack_sent

Definition at line 172 of file tcpdef.h.

◆ tcpi_last_data_recv

__u32 tcp_info::tcpi_last_data_recv

Definition at line 173 of file tcpdef.h.

◆ tcpi_last_data_sent

__u32 tcp_info::tcpi_last_data_sent

Definition at line 171 of file tcpdef.h.

◆ tcpi_lost

__u32 tcp_info::tcpi_lost

Definition at line 166 of file tcpdef.h.

◆ tcpi_options

__u8 tcp_info::tcpi_options

Definition at line 156 of file tcpdef.h.

◆ tcpi_pmtu

__u32 tcp_info::tcpi_pmtu

Definition at line 177 of file tcpdef.h.

◆ tcpi_probes

__u8 tcp_info::tcpi_probes

Definition at line 154 of file tcpdef.h.

◆ tcpi_rcv_mss

__u32 tcp_info::tcpi_rcv_mss

Definition at line 162 of file tcpdef.h.

◆ tcpi_rcv_ssthresh

__u32 tcp_info::tcpi_rcv_ssthresh

Definition at line 178 of file tcpdef.h.

◆ tcpi_rcv_wscale

__u8 tcp_info::tcpi_rcv_wscale

Definition at line 157 of file tcpdef.h.

◆ tcpi_reordering

__u32 tcp_info::tcpi_reordering

Definition at line 184 of file tcpdef.h.

◆ tcpi_retrans

__u32 tcp_info::tcpi_retrans

Definition at line 167 of file tcpdef.h.

◆ tcpi_retransmits

__u8 tcp_info::tcpi_retransmits

Definition at line 153 of file tcpdef.h.

◆ tcpi_rto

__u32 tcp_info::tcpi_rto

Definition at line 159 of file tcpdef.h.

◆ tcpi_rtt

__u32 tcp_info::tcpi_rtt

Definition at line 179 of file tcpdef.h.

◆ tcpi_rttvar

__u32 tcp_info::tcpi_rttvar

Definition at line 180 of file tcpdef.h.

◆ tcpi_sacked

__u32 tcp_info::tcpi_sacked

Definition at line 165 of file tcpdef.h.

◆ tcpi_snd_cwnd

__u32 tcp_info::tcpi_snd_cwnd

Definition at line 182 of file tcpdef.h.

◆ tcpi_snd_mss

__u32 tcp_info::tcpi_snd_mss

Definition at line 161 of file tcpdef.h.

◆ tcpi_snd_ssthresh

__u32 tcp_info::tcpi_snd_ssthresh

Definition at line 181 of file tcpdef.h.

◆ tcpi_snd_wscale

__u8 tcp_info::tcpi_snd_wscale

Definition at line 157 of file tcpdef.h.

◆ tcpi_state

__u8 tcp_info::tcpi_state

Definition at line 151 of file tcpdef.h.

◆ tcpi_unacked

__u32 tcp_info::tcpi_unacked

Definition at line 164 of file tcpdef.h.


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