1 write to InErrors
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
229InErrors = reader.GetNextValueAsInt64("Icmp6InErrors"),
1 reference to InErrors
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV6Statistics.cs (1)
27public override long ErrorsReceived { get { return _table.InErrors; } }