2 writes to InUnknownProtocols
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (2)
284InUnknownProtocols = parser.ParseNextInt64(), 311InUnknownProtocols = reader.GetNextValueAsInt64("Ip6InUnknownProtos"),
1 reference to InUnknownProtocols
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
91public override long ReceivedPacketsWithUnknownProtocol { get { return _table.InUnknownProtocols; } }