1 write to OutNeighborSolicits
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
257OutNeighborSolicits = reader.GetNextValueAsInt64("Icmp6OutNeighborSolicits"),
1 reference to OutNeighborSolicits
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV6Statistics.cs (1)
53public override long NeighborSolicitsSent { get { return _table.OutNeighborSolicits; } }