4 references to MIB_TCP6TABLE
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Windows\Network\WindowsTcpStateInfo.cs (4)
180
var
rawtcpTable = Marshal.PtrToStructure<
MIB_TCP6TABLE
>(tcpTable);
183
var offset = Marshal.OffsetOf<
MIB_TCP6TABLE
>(nameof(
MIB_TCP6TABLE
.Table)).ToInt32();