2 writes to InAddressErrors
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (2)
282InAddressErrors = parser.ParseNextInt64(), 310InAddressErrors = reader.GetNextValueAsInt64("Ip6InAddrErrors"),
1 reference to InAddressErrors
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
87public override long ReceivedPacketsWithAddressErrors { get { return _table.InAddressErrors; } }