ReactOS 0.4.15-dev-8102-g108db8f
_MIB_TCPSTATS Struct Reference

#include <tcpmib.h>

Public Attributes

union {
   DWORD   dwRtoAlgorithm
 
   TCP_RTO_ALGORITHM   RtoAlgorithm
 
DUMMYUNIONNAME
 
DWORD dwRtoMin
 
DWORD dwRtoMax
 
DWORD dwMaxConn
 
DWORD dwActiveOpens
 
DWORD dwPassiveOpens
 
DWORD dwAttemptFails
 
DWORD dwEstabResets
 
DWORD dwCurrEstab
 
DWORD dwInSegs
 
DWORD dwOutSegs
 
DWORD dwRetransSegs
 
DWORD dwInErrs
 
DWORD dwOutRsts
 
DWORD dwNumConns
 

Detailed Description

Definition at line 169 of file tcpmib.h.

Member Data Documentation

◆ 

union { ... } _MIB_TCPSTATS::DUMMYUNIONNAME

◆ dwActiveOpens

DWORD _MIB_TCPSTATS::dwActiveOpens

Definition at line 179 of file tcpmib.h.

Referenced by ShowTcpStatistics(), testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwAttemptFails

DWORD _MIB_TCPSTATS::dwAttemptFails

Definition at line 181 of file tcpmib.h.

Referenced by ShowTcpStatistics(), testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwCurrEstab

DWORD _MIB_TCPSTATS::dwCurrEstab

Definition at line 183 of file tcpmib.h.

Referenced by ShowTcpStatistics(), testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwEstabResets

DWORD _MIB_TCPSTATS::dwEstabResets

Definition at line 182 of file tcpmib.h.

Referenced by ShowTcpStatistics(), testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwInErrs

DWORD _MIB_TCPSTATS::dwInErrs

Definition at line 187 of file tcpmib.h.

Referenced by testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwInSegs

DWORD _MIB_TCPSTATS::dwInSegs

Definition at line 184 of file tcpmib.h.

Referenced by ShowTcpStatistics(), testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwMaxConn

DWORD _MIB_TCPSTATS::dwMaxConn

Definition at line 178 of file tcpmib.h.

Referenced by testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwNumConns

DWORD _MIB_TCPSTATS::dwNumConns

Definition at line 189 of file tcpmib.h.

Referenced by testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwOutRsts

DWORD _MIB_TCPSTATS::dwOutRsts

Definition at line 188 of file tcpmib.h.

Referenced by testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwOutSegs

DWORD _MIB_TCPSTATS::dwOutSegs

Definition at line 185 of file tcpmib.h.

Referenced by ShowTcpStatistics(), testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwPassiveOpens

DWORD _MIB_TCPSTATS::dwPassiveOpens

Definition at line 180 of file tcpmib.h.

Referenced by ShowTcpStatistics(), testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwRetransSegs

DWORD _MIB_TCPSTATS::dwRetransSegs

Definition at line 186 of file tcpmib.h.

Referenced by ShowTcpStatistics(), testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwRtoAlgorithm

DWORD _MIB_TCPSTATS::dwRtoAlgorithm

Definition at line 173 of file tcpmib.h.

◆ dwRtoMax

DWORD _MIB_TCPSTATS::dwRtoMax

Definition at line 177 of file tcpmib.h.

Referenced by testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ dwRtoMin

DWORD _MIB_TCPSTATS::dwRtoMin

Definition at line 176 of file tcpmib.h.

Referenced by testGetTcpStatistics(), and testGetTcpStatisticsEx().

◆ RtoAlgorithm

TCP_RTO_ALGORITHM _MIB_TCPSTATS::RtoAlgorithm

Definition at line 174 of file tcpmib.h.


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