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