ReactOS 0.4.16-dev-1946-g52006dd
tcpestats.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  TCP_ESTATS_TYPE {
  TcpConnectionEstatsSynOpts = 0 , TcpConnectionEstatsData = 1 , TcpConnectionEstatsSndCong = 2 , TcpConnectionEstatsPath = 3 ,
  TcpConnectionEstatsSendBuff = 4 , TcpConnectionEstatsRec = 5 , TcpConnectionEstatsObsRec = 6 , TcpConnectionEstatsBandwidth = 7 ,
  TcpConnectionEstatsFineRtt = 8 , TcpConnectionEstatsMaximum = 9 , TcpConnectionEstatsSynOpts , TcpConnectionEstatsData ,
  TcpConnectionEstatsSndCong , TcpConnectionEstatsPath , TcpConnectionEstatsSendBuff , TcpConnectionEstatsRec ,
  TcpConnectionEstatsObsRec , TcpConnectionEstatsBandwidth , TcpConnectionEstatsFineRtt , TcpConnectionEstatsMaximum
}
 

Enumeration Type Documentation

◆ TCP_ESTATS_TYPE

Enumerator
TcpConnectionEstatsSynOpts 
TcpConnectionEstatsData 
TcpConnectionEstatsSndCong 
TcpConnectionEstatsPath 
TcpConnectionEstatsSendBuff 
TcpConnectionEstatsRec 
TcpConnectionEstatsObsRec 
TcpConnectionEstatsBandwidth 
TcpConnectionEstatsFineRtt 
TcpConnectionEstatsMaximum 
TcpConnectionEstatsSynOpts 
TcpConnectionEstatsData 
TcpConnectionEstatsSndCong 
TcpConnectionEstatsPath 
TcpConnectionEstatsSendBuff 
TcpConnectionEstatsRec 
TcpConnectionEstatsObsRec 
TcpConnectionEstatsBandwidth 
TcpConnectionEstatsFineRtt 
TcpConnectionEstatsMaximum 

Definition at line 23 of file tcpestats.h.

24{
TCP_ESTATS_TYPE
Definition: tcpestats.h:18
@ TcpConnectionEstatsSendBuff
Definition: tcpestats.h:23
@ TcpConnectionEstatsSndCong
Definition: tcpestats.h:21
@ TcpConnectionEstatsBandwidth
Definition: tcpestats.h:26
@ TcpConnectionEstatsObsRec
Definition: tcpestats.h:25
@ TcpConnectionEstatsPath
Definition: tcpestats.h:22
@ TcpConnectionEstatsRec
Definition: tcpestats.h:24
@ TcpConnectionEstatsSynOpts
Definition: tcpestats.h:19
@ TcpConnectionEstatsFineRtt
Definition: tcpestats.h:27
@ TcpConnectionEstatsMaximum
Definition: tcpestats.h:28
@ TcpConnectionEstatsData
Definition: tcpestats.h:20