1 write to OutNeighborAdvertisements
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
258OutNeighborAdvertisements = reader.GetNextValueAsInt64("Icmp6OutNeighborAdvertisements"),
1 reference to OutNeighborAdvertisements
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV6Statistics.cs (1)
49public override long NeighborAdvertisementsSent { get { return _table.OutNeighborAdvertisements; } }