1 write to OutPktTooBigs
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
247OutPktTooBigs = reader.GetNextValueAsInt64("Icmp6OutPktTooBigs"),
1 reference to OutPktTooBigs
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV6Statistics.cs (1)
57public override long PacketTooBigMessagesSent { get { return _table.OutPktTooBigs; } }