Skip to content

Latest commit

 

History

History
109 lines (73 loc) · 4.97 KB

ne-tcpmib-tcp_connection_offload_state.md

File metadata and controls

109 lines (73 loc) · 4.97 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:tcpmib.TCP_CONNECTION_OFFLOAD_STATE
TCP_CONNECTION_OFFLOAD_STATE (tcpmib.h)
Defines the possible TCP offload states for a TCP connection.
*PTCP_CONNECTION_OFFLOAD_STATE
TCP_CONNECTION_OFFLOAD_STATE
TCP_CONNECTION_OFFLOAD_STATE enumeration [MIB]
TcpConnectionOffloadStateInHost
TcpConnectionOffloadStateMax
TcpConnectionOffloadStateOffloaded
TcpConnectionOffloadStateOffloading
TcpConnectionOffloadStateUploading
iprtrmib/TCP_CONNECTION_OFFLOAD_STATE
iprtrmib/TcpConnectionOffloadStateInHost
iprtrmib/TcpConnectionOffloadStateMax
iprtrmib/TcpConnectionOffloadStateOffloaded
iprtrmib/TcpConnectionOffloadStateOffloading
iprtrmib/TcpConnectionOffloadStateUploading
mib.tcp_connection_offload_state
tcpmib/TCP_CONNECTION_OFFLOAD_STATE
tcpmib/TcpConnectionOffloadStateInHost
tcpmib/TcpConnectionOffloadStateMax
tcpmib/TcpConnectionOffloadStateOffloaded
tcpmib/TcpConnectionOffloadStateOffloading
tcpmib/TcpConnectionOffloadStateUploading
mib\tcp_connection_offload_state.htm
MIB
cef633e7-1577-4f10-bd14-8d8e85aa78e6
12/05/2018
*PTCP_CONNECTION_OFFLOAD_STATE, TCP_CONNECTION_OFFLOAD_STATE, TCP_CONNECTION_OFFLOAD_STATE enumeration [MIB], TcpConnectionOffloadStateInHost, TcpConnectionOffloadStateMax, TcpConnectionOffloadStateOffloaded, TcpConnectionOffloadStateOffloading, TcpConnectionOffloadStateUploading, iprtrmib/TCP_CONNECTION_OFFLOAD_STATE, iprtrmib/TcpConnectionOffloadStateInHost, iprtrmib/TcpConnectionOffloadStateMax, iprtrmib/TcpConnectionOffloadStateOffloaded, iprtrmib/TcpConnectionOffloadStateOffloading, iprtrmib/TcpConnectionOffloadStateUploading, mib.tcp_connection_offload_state, tcpmib/TCP_CONNECTION_OFFLOAD_STATE, tcpmib/TcpConnectionOffloadStateInHost, tcpmib/TcpConnectionOffloadStateMax, tcpmib/TcpConnectionOffloadStateOffloaded, tcpmib/TcpConnectionOffloadStateOffloading, tcpmib/TcpConnectionOffloadStateUploading
tcpmib.h
Iphlpapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
TCP_CONNECTION_OFFLOAD_STATE, *PTCP_CONNECTION_OFFLOAD_STATE
19H1
PTCP_CONNECTION_OFFLOAD_STATE
tcpmib/PTCP_CONNECTION_OFFLOAD_STATE
TCP_CONNECTION_OFFLOAD_STATE
tcpmib/TCP_CONNECTION_OFFLOAD_STATE
c++
APIRef
kbSyntax
HeaderDef
Tcpmib.h
Iprtrmib.h
TCP_CONNECTION_OFFLOAD_STATE

TCP_CONNECTION_OFFLOAD_STATE enumeration

-description

The TCP_CONNECTION_OFFLOAD_STATE enumeration defines the possible TCP offload states for a TCP connection.

-enum-fields

-field TcpConnectionOffloadStateInHost

The TCP connection is currently owned by the network stack on the local computer, and is not offloaded

-field TcpConnectionOffloadStateOffloading

The TCP connection is in the process of being offloaded, but the offload has not been completed.

-field TcpConnectionOffloadStateOffloaded

The TCP connection is offloaded to the network interface controller.

-field TcpConnectionOffloadStateUploading

The TCP connection is in the process of being uploaded back to the network stack on the local computer, but the reinstate-to-host process has not completed.

-field TcpConnectionOffloadStateMax

The maximum possible value for the TCP_CONNECTION_OFFLOAD_STATE enumeration type. This is not a legal value for the possible TCP connection offload state.

-remarks

The TCP_CONNECTION_OFFLOAD_STATE enumeration is defined on Windows Server 2003 and later.

On the Microsoft Windows Software Development Kit (SDK) released for Windows Vista and later, the organization of header files has changed and the TCP_CONNECTION_OFFLOAD_STATE enumeration is defined in the Tcpmib.h header file not in the Iprtrmib.h header file. Note that the Tcpmib.h header file is automatically included in Iprtrmib.h which is automatically included in the Iphlpapi.h header file. The Tcpmib.h and Iprtrmib.h header files should never be used directly.

-see-also

GetTcp6Table

GetTcp6Table2

MIB_TCP6ROW2

MIB_TCP6TABLE2

MIB_TCPROW2

MIB_TCPTABLE2