1 write to OutgoingPacketsDropped
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
444
OutgoingPacketsDropped
= ParseUInt64AndClampToInt64(lineSpan[pieces[12]]),
1 reference to OutgoingPacketsDropped
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPInterfaceStatistics.cs (1)
47
public override long OutgoingPacketsDiscarded { get { return _table.
OutgoingPacketsDropped
; } }