1 write to InNeighborSolicits
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
243InNeighborSolicits = reader.GetNextValueAsInt64("Icmp6InNeighborSolicits"),
1 reference to InNeighborSolicits
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV6Statistics.cs (1)
51public override long NeighborSolicitsReceived { get { return _table.InNeighborSolicits; } }