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