1 write to MulticastFramesReceived
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
439MulticastFramesReceived = ParseUInt64AndClampToInt64(lineSpan[pieces[8]]),
1 reference to MulticastFramesReceived
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPInterfaceStatistics.cs (1)
42public override long NonUnicastPacketsReceived { get { return _table.MulticastFramesReceived; } }