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