4 references to MIB_TCPTABLE
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Windows\Network\WindowsTcpStateInfo.cs (4)
155
var
rawTcpTable = Marshal.PtrToStructure<
MIB_TCPTABLE
>(tcpTable);
158
var offset = Marshal.OffsetOf<
MIB_TCPTABLE
>(nameof(
MIB_TCPTABLE
.Table)).ToInt32();