2 writes to InHeaderErrors
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (2)
281InHeaderErrors = parser.ParseNextInt64(), 309InHeaderErrors = reader.GetNextValueAsInt64("Ip6InHdrErrors"),
1 reference to InHeaderErrors
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
89public override long ReceivedPacketsWithHeadersErrors { get { return _table.InHeaderErrors; } }