1 write to InMsgs
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
228InMsgs = reader.GetNextValueAsInt64("Icmp6InMsgs"),
1 reference to InMsgs
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV6Statistics.cs (1)
43public override long MessagesReceived { get { return _table.InMsgs; } }